Search
-
paginate not working on custom multi column sorting
by chris9090 ·$('#MyTableName').dataTable({ "aaSorting": [[8, 'dsc'], [7, 'dsc'], [6, 'dsc']] }); -
Cast a javascript var to an existing datatable
by dhickson ·var mytable=(dataTable)$("#mytableid"); -
AJAX with PHP/MySQL
by jonkeegan ·theDataTable = $('#myTable').dataTable({ -
Tabs data not showing at first
by Robayb ·$('#myTable1').dataTable( { -
reinitialize tables solved
by devypt ·var oTable = $('#mytable').dataTable( { -
Event subscription after initialization
by brnull ·$('#MyTable').dataTable({ -
Event subscription after initialization
by brnull ·$("#MyTable").dataTable({ -
Event subscription after initialization
by allan ·The code in the second post should do the job. Which version of DataTables are you using? With 1.7 if #MyTable has been initialised already it should just return the object - if it hasn't been initial -
Event subscription after initialization
by brnull ·$("#MyTable").dataTable().fnSettings().fnRowCallback = -
Event subscription after initialization
by brnull ·$("#MyTable").dataTable({ -
Hiding rows that don't have data
by GregP ·$("#mytable img").click(function() { -
bug on initial sort when using title-numeric plug-in
by thedoctor ·[code]var oTable = $('#myTable').dataTable(); -
Which is faster/better : add data with fnAddData or innerHtml?
by orange_roughy ·I have about 4000 rows. I'm currently adding them by setting a giant string of s using innerHtml, then calling ("#myTable").dataTable({ ... }). This seems to work fine with Firefox, but on I -
Redraw table is appending data
by GregP ·var $table = $("#mytable").dataTable({ your full initialization }); -
Redraw table is appending data
by newbie ·$("#mytable").dataTable().fnDraw(); -
Redraw table is appending data
by newbie ·var $table = $("#mytable").dataTable({ -
does datatables add extra padding at bottom of table?
by doncullen ·#myTable_wrapper, .dataTables_wrapper { -
Problem refreshing the table
by helje ·oTable = $('#mytable').dataTable( { -
[Resolved] sorting table like 10/10/2010 (day, month, year)
by surfwebby ·$('#myTable').dataTable( { -
Using your own Filter field
by magiconair ·dataTable = $("#myTable").dataTable({