bServerSide: true and searching inline?
bServerSide: true and searching inline?
Is it possible to have the search working inline but requesting data (and paginating) at server?
I know that the inline search would only check current page, but i'll offer a search page (complex/advanced) and will inform users about the glitch.
I can't compile the WHERE clause fine because i have custom queries with JOINs and such (where i should use table.attr instead of just attr).
TIA,
I know that the inline search would only check current page, but i'll offer a search page (complex/advanced) and will inform users about the glitch.
I can't compile the WHERE clause fine because i have custom queries with JOINs and such (where i should use table.attr instead of just attr).
TIA,
This discussion has been closed.
Replies
up !
Having said that, it would I don't doubt be possible to create a plug-in for DataTables to do client-side filtering on a server-side processing table, it would just require a bit of work to make it work.
Allan