Column filter on datatable
Column filter on datatable
adamtarshis
Posts: 9Questions: 0Answers: 0
Hi
I have a requirement to place a filter on datatable with bServerSide: true config. Any change on data table, obviously making a server call which is correct. But do i have any other way to apply the filter only with the data from the client side instead of firing a server side call?
Thanks
I have a requirement to place a filter on datatable with bServerSide: true config. Any change on data table, obviously making a server call which is correct. But do i have any other way to apply the filter only with the data from the client side instead of firing a server side call?
Thanks
This discussion has been closed.
Replies
No - in server-side processing mode, there is no filtering done at the client-side. It is all or nothing server-side.
Allan