I'm using DataTables with the ColumnFilter plugin with server side processing of the filters, and it works great!
I'm wondering how to add additional filters to DataTables (in the form of selects) that will allow me to do non-column filtering. This would include data that is not shown on the front end, necessarily, but still needs to be filtered on.
I'm wondering how to add additional filters to DataTables (in the form of selects) that will allow me to do non-column filtering. This would include data that is not shown on the front end, necessarily, but still needs to be filtered on.