Here's the weird count bug: https://www.dropbox.com/s/iq4fj94vtz65l75/weird.png
Here's my code:
Any ideas?
Here's my code:
cooltable.dataTable({ 'sPaginationType': 'full_numbers', 'sScrollY': '225px', 'sScrollX': '100%', 'bScrollCollapse': true, 'bStateSave': true, 'bProcessing': true, 'bServerSide': true, 'sAjaxSource': '/some/url.json', 'sAjaxDataProp': 'demo', "isDeferLoading": 7, // Fix position the left column "fnInitComplete": function () { new FixedColumns( cooltable ); } });
Any ideas?