I'm currently using server side with my datatables.
And I was wondering :
Is there a server side filtering by default ?
Because my search input don't work.
Yes you do - DataTables is a client side library. If you want the server-side processing option enabled, then obviously the server needs to do the processing.
Replies
Allan
I just came back on that problem.
Thanks for your answer.
Let's start coding some filters them !
Baptiste