server side processing search

server side processing search

mbcl88mbcl88 Posts: 13Questions: 5Answers: 0

Hello,

i've moved my datatable to server side processing, but now i noticed search is not working like before...i understand that now search is working on sql side, before was working on shown datatable data...

i want to know if there is some way to make search like it was before, so search will find anydata which is shown in datatable??

i hope you understand me? : )

Answers

  • kthorngrenkthorngren Posts: 21,166Questions: 26Answers: 4,921

    When serverSide is enabled all functions like searching and sorting are expected to be handled by the server code. This is because the only data in the client are the rows being displayed. Datatables cannot be configured to search the data in the client with serverSide.

    Kevin

This discussion has been closed.