Can we apply individual column search in editor datatables?
Can we apply individual column search in editor datatables?

I am using editor datatables with server-side processing, but i wish to have individual column search option as well. Is it possible to do so?
This discussion has been closed.
Replies
Yes, I'm doing it now. As Allen pointed out, by default the code in Editor for a table/ajax definition uses POST while the client-side does a GET, so it doesn't work quite right. Set the ajax code to do a POST instead and you'll be good to go.
Thank you, It's working perfectly fine!