How to filter a specific datatable with custom filter
How to filter a specific datatable with custom filter
mkoryak
Posts: 14Questions: 0Answers: 0
I am converting an existing table impl to datatables. This impl does some programmatic filtering, for example range filtering, in filtering etc.
The examples tell me to use $.fn.dataTableExt.afnFiltering.push(...);
But that looks like its setting a global filter function for all datatables to use. I have 3 datatables on one page, and i want to do certain filters in one but not the others. How do i go about this?
The examples tell me to use $.fn.dataTableExt.afnFiltering.push(...);
But that looks like its setting a global filter function for all datatables to use. I have 3 datatables on one page, and i want to do certain filters in one but not the others. How do i go about this?
This discussion has been closed.