Search
-
Duplicate header rows appear when using sScrollx option in datetable
by geam ·$('#DataTables_Table_0').on( 'draw.dt' function() { $('.dataTables_scrollBody thead tr').addClass('hidden') } -
DataTables 1.10.5 Width columns
by allan ·Hi, -
scrollX causes style issues when hidden table container becomes visible
by allan ·This was a bug caused by a change in 1.10.5 unfortunately. I've just committed the fix and it is now in the nightly if you would like to use it immediately. -
Compatibility issues with XHTML
by allan ·Hi, -
[RESOLVED] Datatables server-side problem to pagination (number of page not correct)
by ersecchio ·$('#datatables-4').dataTable( { -
Needs an IRC Channel
by devJunk ·I took the liberty to just register #DataTables.net for now. -
reload after submit
by mohammad6006 ·$('#dataTables-example').dataTable( { "processing": true, "serverSide": true, "ajax": "server_processing.php", "aoColumnDef -
Boot Strap Data Table sort issue
by Amar Verma ·$(document).ready(function() { $('#dataTables-example').dataTable( { "scrollX": true } ); } ); -
Datatables Filter + stateSave
by solar411 ·$(document).ready(function() { oTable = $('#dataTables').dataTable( { "sDom": '<"top"l>rt<"bottom"ip><"clear" -
Pagination controls are not in boxes - CSS problem?
by Mauka ·$('#datatables').dataTable({ "jQueryUI": true, "dom": 'T<"clear">lfrtip', "tableTools": { -
Select , scroll to specific row programmatically
by hawkmaster ·But I have problems with jQuery('#DataTablesDIV .dataTables_scrollBody')[0].scrollHeigh -
Column Orthogonal Data not working properly
by allan ·Great - thanks for the update. Allowed me to find and fix the issue! This was (sad to say, but so it goes...) a bug in DataTables. If the attribute in the first row in the table contains an empty str… -
TableTools and child rows not export any data,
by jadertc ·$(document).ready(function() { var table = $('#dataTables-example').DataTable({ if ( aData[2] < aData[1] ) { $(nRow).css('color', 'red') } }, -
How to add additional column if fetching data from database via side processing
by pearllike ·$(document).ready(function() { $('#dataTables-example').dataTable( { "oLanguage": { -
How to add additional column if fetching data from database via side processing
by pearllike ·$(document).ready(function() { $('#dataTables-example').dataTable( { "oLanguage": { -
How to add additional column if fetching data from database via side processing
by pearllike ·$(document).ready(function() { $('#dataTables-example').dataTable( { "oLanguage": { -
DataTables with different number of columns
by tvbishan ·{ make_NP(); } }); function make_SP() { $("#dataTables-res_item") .dataTable( { "bDestroy" : true, "bProcessing" : false, "bServerSide" : true, "sAjaxSour -
Search functionality
by allan ·Okay, so am I right in thinking that some cells have the input element and some don't. Can you don't want any of them to be searchable? -
Html being included in numeric fields
by allan ·I've just committed a fix for this. Your test case was excellent! -
Problem sorting with hyperlinks
by allan ·Hi,