Hello guys, I'm new here and using dataTables.
I've just set the server-side processing with pipelining in my application (MVC 4) and it is working as expected!!
But........, always has a but!! :)
In my situation, I've set the variable "iPipe" (from pipelining logic) to 20 so, it's returning from server 200 rows each time, it's perfect, because sometimes there is more than 3000 thousand rows on DataBase Table, but other times, I got only 100 rows in DataBase, so to those cases I would like to implement or know if exists a way to stop the server side for SEARCH and SORT, because will not make sense to keep doing that server side search or sort, once that I got all the rows from my DataBase loaded in client-side.
Basically I thought the dataTables could check the _iRecordsTotal and check the oSettings.aoData (variable where keep the loaded rows) and verify if the total data is equal to the total records, if yes, stop the server-side requests. Is there a way? Someone could point me to the right way?
Guys, really sorry about my English, I tried to be clearly!!!
Thanks,
and congratulations for the dataTables Team, It's a great tool!
I've just set the server-side processing with pipelining in my application (MVC 4) and it is working as expected!!
But........, always has a but!! :)
In my situation, I've set the variable "iPipe" (from pipelining logic) to 20 so, it's returning from server 200 rows each time, it's perfect, because sometimes there is more than 3000 thousand rows on DataBase Table, but other times, I got only 100 rows in DataBase, so to those cases I would like to implement or know if exists a way to stop the server side for SEARCH and SORT, because will not make sense to keep doing that server side search or sort, once that I got all the rows from my DataBase loaded in client-side.
Basically I thought the dataTables could check the _iRecordsTotal and check the oSettings.aoData (variable where keep the loaded rows) and verify if the total data is equal to the total records, if yes, stop the server-side requests. Is there a way? Someone could point me to the right way?
Guys, really sorry about my English, I tried to be clearly!!!
Thanks,
and congratulations for the dataTables Team, It's a great tool!