westilian
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
- Most Wanted Bounty Winner
- Microlancer Beta Tester
- Bought between 10 and 49 items
- Referred between 10 and 49 users
- Has been a member for 1-2 years
341
Purchases
Buyer Rating:
4.56 stars
4.56 average based on 34 ratings.
-
5 Star
2676%
-
4 Star
514%
-
3 Star
12%
-
2 Star
00%
-
1 Star
25%
| Created | 16 June 12 |
| Last Update | 22 June 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
- admin
- admin template
- bingo
- chart
- css3
- data table
- fluid
- grid
- jquery
- responsive
- responsive layout
- table
© All Rights Reserved westilian -
Contact Envato Support


Hi, Great job, very nice! I have a question : I’ll use it in my next ARABIC web-application. Any experience, how to change direction
Thanks lkolsi@yahoo.comThat direction will be RTL. I have a plan to make bingo RTL support but not sure when I can.
I’ve purchased this template which is extremely nice and easy to use. Question regarding DataTables/Jquery. I’ve been trying to get individual column filtering to work but i’m at a loss. Can you assist?
The code is here. I’m not sure how to integrate this into the template. I’ve added it to custom-scripts.js but it’s not working.
Regards,
http://www.datatables.net/release-datatables/examples/api/multi_filter_select.htmlI got your mail. Thanks for your mail. I will reply you there.
Hi mate. Haven’t received an email yet. Please advise?
Also where is the $(document).ready() function stored? i can’t find it in the js files.
Sorry for my late reply. please check js/custom-scripts.js here have all function. And I forget to mail you. Let me check your issues. After check I will mail you. Thanks
Thanks very much. I’ve been tweaking in custom-scripts but I have been unable to find the $(document).ready() that initialises the script.
I appreciate your efforts in helping me out. This is an extremely good admin template.
You are always welcome
Can you advise how to bind an event to the iphonestyle buttons? I can’t work it out. Anything will do. OnChange= doesn’t seem to work.
Please message me via my profile mail form I will reply you there via mail.
I need know if the export function in data table is include in this template?
Of course it is already there. Please check http://www.lab.westilian.com/bingo/01/blue/table.html here.
Hello,
I really love this template and want to ask couple of things before I purchase it.
1. I am trying to see how this works. If I have a wordpress and/or a html website how can this help or integrate with them.
2. is there some documentation for it to help me understand?
These qs might sound silly, but I have no idea how to use such a great admin template.
thank you for your help.
congrats!!! very very useful template and usable everywhere!! many many thnx to developer team. one opinion as a customer: there are some bug in form validation, somewhere in does not works properly….....improving this will increase it’s acceptability.
Thanks for your nice reply. It will be more appriciated if you are more specific about any bug or suggestions.
Very nice template! I’am using it for admin panel for a client. But I am working on an issue regarding the multiple select and enable disable checkbox. I have tried many times but the post data is not sent. The post data for enable disable checkbox is ok for post data but not for javascript onclick handle. The multiple select sent only 1 selection in post data. I hope the template is not the issue but only the scripting handle issue. Please let me know how to handle multiple select data in post method and the enable disable checkbox in javascript onclick.
Here is some code: <input type=”checkbox” onclick=”updateRow(this.value)” class=.........> the output for this.value doesn’t correct. When I remove any class on it and use ordinary checkbox, it works fine.
And for multiple select: <select name=”menu_id” data-placeholder=”’ . USERGROUPMENU_MENU_SELECT . ’” style=”width:300px;” class=”chzn-select” multiple=”multiple”> <option value=””></option>’; $usergroupmenutable .= GetUserGroupMenuMultiSelect($row[‘id’]); $usergroupmenutable .= ’</optgroup> </select>
the code above generate the options item. But when I try to select some of them. The $_POST output only 1 which is the last one.
Thank you for any help.
Sorry my fault! It works great for the multiple select. Multiple select works fine and no issue so far. But the enable disable/on off checkbox issue still remain. I can not output the correct this.value on javascript onclick handle.
Hi there,
I have problem on triggering onclick, or onchange, or other element javascript event on the form element. Some didn’t work. I tried to figure it out on firebug/chrome developer tools, and I think it because of the re-styling of the form elements which is use the jquery/javascript to show the ‘restyled’ elements and hide the original one. So the event change on the element seems just affecting the styled element but not the hidden/original.
This is one of some of the problem. I tried to set/get a combo box selection via javascript handle. But it didn’t work. When I try to get the selected index, I got none. The selected index affect the restyled-newly created on the fly element, but not to the original one. Form post works fine, only the javascript event trigger.
Please need help. Thanks a lot.
I want to show the number of rows in the footer of each table, usually this option exists in admin templates.
Iam edit this file custom-script.js with your instructions :
Adding this script <”length-info”i> After <”table_bottom”p
Now my new code is: “sDom”: ’<”table_top”fl<”clear”>>,<”table_content”t>,<”table_bottom”p <”length-info”i> <”clear”>>’
But it’s still not work…
Please help me…