Search
-
When using server-side population, I'm losing jQuery row click ability...???
by allan ·$("#submitVendorSave").click(function(event) { -
Struggling to get DataTables working with Ajax / JSON / PHP
by fbas ·http://www.datatables.net/ref#sDefaultContent -
Adding the Where Clause to Server_side processing
by emelianenko ·$('#shops').dataTable( { -
Struggling to get DataTables working with Ajax / JSON / PHP
by Bollard ·$('#SearchResults').dataTable({ -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by bmcdonald ·$('#submit').click( function () { -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by fbas ·$('#submit').click( function () { -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by bmcdonald ·$('#submit').click( function () { -
Using custom types
by fbas ·$('#sites_<?= $tab ?>').dataTable({ -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by fbas ·$('#submit').click( function () { -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by bmcdonald ·$('#submit').click( function () { -
Using custom types
by vertuzzi ·$('#sites_<?= $tab ?>').dataTable({ -
JSON formatting error after upgrading to DataTables 1.8 and jQuery 1.4.3
by jimv ·$('#static').addClass("js_enabled"); -
Using an external search box ?
by allan ·You could remove the need to hide the default search box by not including the 'f' option in sDom: http://datatables.net/ref#sDom . Also probably better you use fnFilter to do the filtering: http://dat -
Using an external search box ?
by smartnut007 ·//The id of my external search box is #search. -
Post Multiple Selected Rows to PHP (Non-Server Side Processing)
by fbas ·$('#submit').click( function () { -
Natural sort with "aoColumns" disable the chance of ordering by that column
by blekm ·$('#sorter').dataTable({ -
autocomplete filter
by pearly_030 ·$("#sitedepart").change( function() { oTable2.fnDraw(); } ); -
DataTable Performance
by allan ·So there are a number of things you can do. You could ensure the all rows are the same height (using CSS or whatever) and set the row height matching algorithm used by FixedColumns to "none" -
Sorting with leading zeros
by fbas ·http://datatables.net/ref#sType -
FnRender limitations
by gruck ·The script i wanted to add is exectued before the checkbox can be retrieved via selector ($("#someid").length === 0) ....