Search
-
problem with column filters after using fnFilter
by jimv ·How would I trigger fnServerData off of the $("#sel_college").change(function() , rather then the document ready function? -
Inserting data to the top of the table
by allan ·Yes indeed, it is quite likely that the HTML of the input element is being used for the sort - unless you have taken steps to prevent this. If you set the sType ( http://datatables.net/usage/columns#s -
Showing html tables but searching on json table
by mits ·var oTable = $('#sampleTable').dataTable({ -
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({