separate ajax call for each page index change in datatable plugin

separate ajax call for each page index change in datatable plugin

shafiqkrshafiqkr Posts: 23Questions: 0Answers: 0
edited June 2012 in General
I am searching for the solution of this Issue from more than a week which i could not found.here is my problem
we all know basic way to access ajax data paging through datatables plugin in Jquery. In this sample all the data needed is retrieved and paging is done in browser memory.i do not need like this.Due to huge amount of data i am facing performanc issues so we need more sophisticated approach. That is separate ajax call for each page index change
i have read this link which is for php so no work for me
http://datatables.net/examples/data_sources/server_side.html
i have studied this link too http://growingtech.blogspot.in/2012/06/ajax-data-paging-with-datatablesnet_06.html.......this also not working for me.
i have a post here,which do not have any solution till now.
http://forums.asp.net/p/1787784/5018918.aspx/1?p=True&t=634749800710528549

Replies

  • shafiqkrshafiqkr Posts: 23Questions: 0Answers: 0
    i posted this bug in all forums but no solution.i think datatable plugin do not support webmethod and pagination ...
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Server-side processing for DataTables can be implemented in any language (not just PHP - but I had to pick something to use for the examples!). The documentation for server-side processing is here: http://datatables.net/usage/server-side .

    There are also a number of example scripts for other languages which have been provided by others here: http://datatables.net/development/server-side/

    Allan
This discussion has been closed.