depends. Basically you add a second header row with the appropriated control (text boxes or select boxes or whatever) in the th so it looks something like
Then you add the appropriate event handlers to trigger the search.
It becomes more complicated depending on such things as scroller turned on, or serverSide set to true.
I have not seen anything to make me think these feature are already built into DataTables. I can build you a working example if you like but it will be a while before I can get to it.
Answers
depends. Basically you add a second header row with the appropriated control (text boxes or select boxes or whatever) in the th so it looks something like
Then you add the appropriate event handlers to trigger the search.
It becomes more complicated depending on such things as scroller turned on, or serverSide set to true.
I have not seen anything to make me think these feature are already built into DataTables. I can build you a working example if you like but it will be a while before I can get to it.