paginate not working on custom multi column sorting
paginate not working on custom multi column sorting
Hi,
I've got very simple case of multicolumn sorting, when enabled it stops paginate and displays all the table rows (on a single page).
After I click anything than it all works as intended (e.g. sort click or display 25).
My Code:
$('#MyTableName').dataTable({ "aaSorting": [[8, 'dsc'], [7, 'dsc'], [6, 'dsc']] });
[code]
$('#MyTableName').dataTable({ "aaSorting": [[8, 'dsc'], [7, 'dsc'], [6, 'dsc']] });
[/code]
Any ideas?
thx,
chris
I've got very simple case of multicolumn sorting, when enabled it stops paginate and displays all the table rows (on a single page).
After I click anything than it all works as intended (e.g. sort click or display 25).
My Code:
$('#MyTableName').dataTable({ "aaSorting": [[8, 'dsc'], [7, 'dsc'], [6, 'dsc']] });
[code]
$('#MyTableName').dataTable({ "aaSorting": [[8, 'dsc'], [7, 'dsc'], [6, 'dsc']] });
[/code]
Any ideas?
thx,
chris
This discussion has been closed.
Replies
Allan
THX!