Pagination Problem
Pagination Problem
Hi Allan, i have a problem with pagination in datatable: i use a DataTable Serverside with RowDetails.
The problem is when i click to show the second or the 3,4,5... page and the data don't appare in table, but show only the message "Loading..." (i use the setting: "sPaginationType": "full_numbers"). The pagination work only if i click on the button "Start" and "End".
P.s. the firebug's consolle don't show any error.
Best regards.
The problem is when i click to show the second or the 3,4,5... page and the data don't appare in table, but show only the message "Loading..." (i use the setting: "sPaginationType": "full_numbers"). The pagination work only if i click on the button "Start" and "End".
P.s. the firebug's consolle don't show any error.
Best regards.
This discussion has been closed.
Replies
1. A json error ( check http://jsonlint.com )
2. You aren't returning sEcho - see the sever-side processing section of the FAQs: http://datatables.net/faqs
Allan
Best regards.