Search
-
fnOpen, fnAddData together - example
by flies ·$('#example_table thead tr').prepend(html_content.exampleOptNodeTh); -
Fixed width columns
by antivanity ·02. $('#example').dataTable( { -
fnReloadAjax issue
by tdktank59 ·oTable = $('#example').dataTable( { -
Server Side Issues
by Nubby9.5 ·$('#example').dataTable( { -
DataTables + MySQL + jEditable
by Nubby9.5 ·$('#example tbody td').editable( 'scripts/editable_ajax.php', { -
Ajax Reload
by allan ·$('#example tbody')[0].appendChild( nTr ); -
Ajax Reload
by allan ·2. Are you happy with inserting the row now? If pure jQuery/DOM you can just use $('#example tbody tr:eq(5)') (for example) for with the fnOpen method, just pass the required from using a selector lik -
preloader feature
by kiko ·oTable = $('#example').dataTable({ -
MySQL PHP
by josh10 ·$('#example').dataTable( { -
MySQL PHP
by josh10 ·$('#example').dataTable( { -
Date sorting working on IE but not firefox
by allan ·oTable = $('#example').dataTable({ -
Date sorting working on IE but not firefox
by abathgate ·oTable = $('#example').dataTable({ -
Date sorting working on IE but not firefox
by abathgate ·oTable = $('#example').dataTable({ -
how to customize the select box for pagination length?
by allan ·$('#example').dataTable( { -
HELP! how to update the table when sAjaxSource changed?
by zh.chao163 ·oTable = $('#example').dataTable( { -
How to select top row
by allan ·$('#example tbody tr:eq(0)').addClass('selected'); -
How to select top row
by abathgate ·$("#example tbody").click(function(event) { -
More features with JSON
by allan ·$('#example').dataTable( json ); -
OnClick - Send to another page - Help
by allan ·$('#example tbody tr').click( function() { -
OnClick - Send to another page - Help
by timcadieux ·oTable = $('#example').dataTable( {