Search
-
redraw all tables?
by mambomonkey ·e.g. -> '$('#t3).dataTable().fnReloadAjax();' -
Deleting rows based on checkboxes
by ITDB ·var oTable = $('#testTable').dataTable(); -
redraw all tables?
by mambomonkey ·each table has an id of '#t0', '#t1', '#t2', '#t3' etc... -
BServerSide and multiple word search
by vedranbe ·oTable = $('#table_content').dataTable( { -
Upgraded from 1.6.2 to 1.7.3
by mcoolin ·oTable = $('#tActivity').dataTable({ -
problem with Server-side processing
by AndreSnake ·$('#tabIPs').dataTable({ -
Making details show/hide on toggle of a row
by shamufish ·$('#tasks tbody tr').click( function () { -
fnUpdate() lags browser when used constantly
by allan ·$('#thependingqueue').dataTable().fnAddData([ -
Datatables Server Side + jEditable base
by supersonique ·"fieldname" : $('#tdata thead th:eq('+ oTable.fnGetPosition( this )[1] +')').attr("id"), -
Making details show/hide on toggle of a row
by shamufish ·$('#tasks tbody tr').click( function () { -
bSort doesn't work in new version
by Trollchik ·j("#tabs").tabs({ -
how do you use format with with fnOpen?
by shamufish ·[code] var aPos = $('#tasks').dataTable().fnGetPosition(theTR); -
bProcessing usage
by shamufish ·$('#tasks').dataTable({ -
Test datatable exists
by allan ·$('#table_id tbody tr').length -
Datatables Server Side + jEditable base
by allan ·Since you are using aData[0], can you just use $('#table_id thead th:eq(0)').text()? -
Changing sTitle AFTER loading the table
by allan ·$('#table_id thead th:eq(0).html( 'whatever' ); will do the trick. There is no DataTables API method for this, since it's just a standard DOM thing to do. -
Managing Multiple Non-Standard Tables
by bryceray1121 ·After each table is created this function is called passing a unique id such as "#table1". However, I've run into a problem trying to do this. When the datatables are initiated they look l -
fnRowCallback slow when used in bulk
by doncullen ·$('#theactivequeue').dataTable( { -
adding row does not cause table to auto-resize
by doncullen ·[code] $('#thetable').dataTable().fnAddData([ -
Datatables Server Side + jEditable base
by supersonique ·oTable = $('#tdata').dataTable( {