separate ajax call for each page index change in datatable plugin
separate ajax call for each page index change in datatable plugin
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
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
This discussion has been closed.
Replies
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