Weird count bug under my table
Weird count bug under my table
Here's the weird count bug: https://www.dropbox.com/s/iq4fj94vtz65l75/weird.png
Here's my code:
[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 );
}
});
[/code]
Any ideas?
Here's my code:
[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 );
}
});
[/code]
Any ideas?
This discussion has been closed.
Replies
Allan