Column filter on datatable

Column filter on datatable

adamtarshisadamtarshis Posts: 9Questions: 0Answers: 0
edited January 2013 in General
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

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    > 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?

    No - in server-side processing mode, there is no filtering done at the client-side. It is all or nothing server-side.

    Allan
This discussion has been closed.