Pagination Not Displaying in Server Side Processing w/ FireFox & Internet Explorer
Pagination Not Displaying in Server Side Processing w/ FireFox & Internet Explorer
FireFox 5.0
Chrome 14.0.835
Internet Explorer 8.0
Demo:
http://adfoc.us/ (requires login)
user: datatables@adfoc.us
pass: testtest
In FireFox & Internet Explorer, pagination on DataTables only shows 1 page. Chrome shows all of the pages fine.
Any ideas?
Chrome 14.0.835
Internet Explorer 8.0
Demo:
http://adfoc.us/ (requires login)
user: datatables@adfoc.us
pass: testtest
In FireFox & Internet Explorer, pagination on DataTables only shows 1 page. Chrome shows all of the pages fine.
Any ideas?
This discussion has been closed.
Replies
Can you describe the issue in more detail?
This is the problem. I want to be able to show all 6 pages.
It seems the results are being filtered without any filter info being passed.
[quote]
http://www.datatables.net/usage/server-side
int iTotalDisplayRecords Total records, after filtering (i.e. the total number of records after filtering has been applied - not just the number of records being returned in this result set)
[/quote]
what does your server side script look like?