Pagination Problem

Pagination Problem

petpet Posts: 9Questions: 0Answers: 0
edited March 2010 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Two things are likely then:
    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
  • petpet Posts: 9Questions: 0Answers: 0
    Allan thank you very much, I finally solved the problem was a json error, specifically the escape of the caracther '

    Best regards.
This discussion has been closed.