how to control the pagination when use the server side processing??

how to control the pagination when use the server side processing??

vinsonvinson Posts: 22Questions: 0Answers: 0
edited June 2012 in General
DataTables server-side processing example with hidden row information
http://datatables.net/release-datatables/examples/server_side/row_details.html

how to do that, load ten records first, after click the next page, and then server return the other ten records.
the server side how to get the start and end.

I use a php app to call the server API, the API format is http://localhost/final/base.php?o=0&c=0&q={%22and%22:[{%22=%22:[%22transaction-type%22,%22S%22]}]}
the o is the start, and c is the total record display


please help!!!

Replies

  • vinsonvinson Posts: 22Questions: 0Answers: 0
    problem fixed, change the "sServerMethod" to "post"
This discussion has been closed.