Search
-
How to create more types jeditable?
by Jotape ·oTable = $('#example').dataTable( { -
record count with server side processing
by allan ·$('#example').dataTable( { -
DataTables 1.7 beta 6 released
by allan ·$('#example').dataTable().fnAdjustColumnSizing(); -
Newbie Question... Applying CSS
by larry ·$('#example').dataTable(); -
Sorting Not working when a new row is added?
by hans_james ·oTable = $('#example').dataTable( -
Submitting forms with fields on hidden pages
by gk ·oTable = $('#example').dataTable(); -
Error if more than one row of <th> elements inside <tfoot> tag
by allan ·Ah yes - I can see that that would happen. I'd suggest a workaround for this one - just add the required class names using jQuery ( $('#example tfoot th').addClass('whatever'); ) after DataTables has -
Show/hide details of only one row
by allan ·$('#example tbody').delegate('tr td', 'click', function(e){ -
Multiple Tables and row Grouping
by allan ·var nTrs = $('#example tbody tr'); -
DataTables 1.7 beta 5 released
by iuliandum ·var oTable = $('#example').dataTable( { -
Multiple Tables and row Grouping
by abbottmw ·When i change #example to .dataTable in the fnDrawCallback, i get the _aData is null error. -
DataTables 1.7 beta 5 released
by iuliandum ·var oTable = $('#example').dataTable( { -
Plug-in to fill out form
by gutzofter ·var oTable = $('#example').dataTable(); -
DataTables 1.7 beta 5 released
by iuliandum ·var oTable = $('#example').dataTable( { -
Enhance the Details Row example to include table footer
by MikeS ·$('#example tfoot tr').each( function () { -
DataTables 1.7 beta 5 released
by dwaddell ·var oTable = $(#example).dataTable -
[solved] Select Single Row and POST
by Zahion ·$("#example tbody").click(function(event) { -
[solved] Select Single Row and POST
by Zahion ·$("#example tbody").click(function(event) { -
editing row with jqeditable
by klox ·$('#example tbody td').editable( '../examples_support/editable_ajax.php', { -
Installation problem with datatables server side processing and wordpress 3.0
by dingo ·$('#example').dataTable( {