Search
-
iDisplayLength & Server Side Processing - Quick Question
by allan ·$('#example').dataTable(); -
DataTables Not Loading?
by bgearrin ·$("#example").dataTable(); -
Editable column
by kekito ·oTable = $('#example').dataTable( { -
Editable column
by kekito ·oTable = $('#example').dataTable({ -
fnOpen with jQuery html [with fix]
by jerone ·Note: when using jQuery html the id is usually used as identifier, but this will be cloned too. It's therefor not correct to include id's in this jQuery. I solved it with: [code]$("#example" -
Server-side : don't load data from php page
by adrenas ·$('#example').dataTable( { -
Issue using Column level filter with x and y Scrolls
by sriram139 ·var oTable = $('#example').dataTable( { -
Multiple selector works only for table #1
by TiTi ·[code]$('#example1,#example2').dataTable(); -
Themeroller button styling
by allan ·$('#example').dataTable( { -
Themeroller button styling
by allan ·oTable = $('#example').dataTable({ -
DataTables 1.7 beta 8 released
by iuliandum ·$('#example').dataTable( { -
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');