Search
-
Firefox - display skewed under <thead>
by alex.chesser ·$('#sb_domainlist').dataTable({ -
Firefox - display skewed under <thead>
by alex.chesser ·$('#sb_example').dataTable(); -
problem with column filters after using fnFilter
by allan ·aoData.push( { "name": "school", "value": $('#sel_college').val() } ); -
problem with column filters after using fnFilter
by jimv ·$("#sel_college").change(function() -
problem with column filters after using fnFilter
by jimv ·$("#sel_college").change(function() -
Using own variable from PHP, help please...
by bar714 ·oTable = $('#shops').dataTable({ -
Return an Empty Set
by allan ·data: "techID=" + jQuery("#techID").val() + "&clientID=" + jQuery("#clientID").val() + "&status=" + jQuery("#status").val() -
Return an Empty Set
by davidr ·data: "techID=" + jQuery("#techID").val() + "&clientID=" + jQuery("#clientID").val() + "&status=" + jQuery("#status").val() -
How to implement a toolbar
by allan ·It's also possible to use sDom ( http://datatables.net/usage/options#sDom ) to create a DIV element anywhere in the range of DataTables' DOM control which you can then stick whatever elements you want -
Table height issues; table navigation drawn on/outside table border
by allan ·The problem is a css 'float' issue, I'd say. The two controls at the bottom of the DataTable (the info and the pagination control) are floated (left and right respectively) and there is nothing there -
Filtering/Pagination not displayed in IE8 or IE8 Compatability mode
by jon.bluks ·searchTable = $("#SearchTable").dataTable({ -
Click-Sort-Handler
by allan ·parameter ( http://datatables.net/usage/columns#sName ) for each column will cause DataTables to send the column name to the server, which can then be processed for sorting/filtering etc, and also to -
sDom positioning is not working
by allan ·http://datatables.net/usage/options#sDom -
Advanced search filters
by allan ·If you want to keep filtering enabled, but remove the standard DataTables filtering input element, just drop the 'f' from the sDom parameter: http://datatables.net/usage/options#sDom - example: http: -
Problem: Parent container moves right on select
by bgardner ·$('#searchButton').click(function(){ -
Reg. Pagination
by thaneshkadi ·$("#submit").click(function(){ -
Problem in IE with "Dynamically add a new row"
by miki117 ·oTable2 = $('#selected-list').dataTable({ -
Empty Table adding a Row: Column Width=0
by akreider ·sub_people=$("#sub-people").dataTable({"iDisplayLength":20, "bLengthChange":false, "bFilter":false, -
Data not showing when doing a very simple ajax example.
by allan ·Other other thing I noticed from your post, you aoColumns initialisation looks a bit odd (I'm slightly surprised DataTables doesn't chock on it actually). aoColumns is an array of objects, not an arra -
how to show page navigation twice
by allan ·http://datatables.net/usage/options#sDom