Can I ask whether where clause can be used to select part of a dataTable to be processed in JS DataTable Editor? How can I add the filtering?
WHERE clauses can only be implemented in your server code: https://editor.datatables.net/manual/php/conditions
If you want filtering on the client side here is an example: https://datatables.net/examples/plug-ins/range_filtering.html
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
WHERE clauses can only be implemented in your server code:
https://editor.datatables.net/manual/php/conditions
If you want filtering on the client side here is an example:
https://datatables.net/examples/plug-ins/range_filtering.html