Server side search and sorting is not working
Server side search and sorting is not working

I was using Datatable client side and everything was ok, after i switched to server side, both search and sorting stop working
This discussion has been closed.
Answers
Please refer to the documentation:
https://datatables.net/examples/data_sources/server_side.html
Your server-side script is responsible. Example code is provided on the page I linked to.
Thanks for your replay but i already followed that example
Also plz note that i am using Laravel
The protocol requirements used by server side processing is described here:
https://datatables.net/manual/server-side
I'm not familiar with Laravel but you may need to use a package like this or create your own to support server side processing:
https://github.com/yajra/laravel-datatables
Kevin