Different type filters per column?
Different type filters per column?

Hello,
I'm currently having troubles trying to get separate filters for each column, I've been trying to get a dropdown for some and search for others, is this something that is possible?
See below for current setup, though I can't seem to get both dropdown & a search filter going..
Any pointers would be highly appreciated!
This discussion has been closed.
Replies
The easiest way I have found is to assign different classes to the columns; one for each type of search. Then use that class as part of the selector for the loops you use to build the column searches. If you need further help please post a test case so we can take a look at what you have and help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin