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( { -
Setting fnDrawCallback externally
by jocapc ·var oTable = $('#myDataTable').dataTable(); -
Event subscription after initialization
by brnull ·$('#MyTable').dataTable({ -
fnGetData + pagination : How to get row data from unseen page?
by daniel_r ·I also tried [code]oTable.fnGetData($("#myID" )[0]) [/code], but also doesn't work -
A little help to get started
by allan ·aoData.push( { "name": "extra_filter", "value": $('#my_filter').val() } ); -
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({ -
Help using http post to update table data
by allan ·aoData.push( { "name": "extra_filter", "value": $('#my_filter').val() } ); -
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(); -
How to embed fnRender function in json
by dhickson ·I would like to initialise a datatable by passing a json object as follows: $('#mytab').dataTable(json); -
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 -
vertical scrolling broken in Internet Explorer
by mg ·#my-datatable { -
Redraw table is appending data
by GregP ·var $table = $("#mytable").dataTable({ your full initialization });