SORT EVENT
SORT EVENT
corleone1218
Posts: 8Questions: 1Answers: 0
hi,
Im using server side datatable and just want to know if i can capture the said event when a user clicked it?
thank you in advance.
Im using server side datatable and just want to know if i can capture the said event when a user clicked it?
thank you in advance.
This discussion has been closed.
Replies
thanks again
Allan
What im trying to do is to separate the process of 'pagination' from the 'sort' process when the server receives the call.
Is there any way or any flag which i can use from the server to know if the client request is a sort process?
thank you..
No - if you are using server-side processing (which you indicate in your first post), then the server much always do filtering, paging and sorting. There is not a separate request for each type.
Allan