How to put filters outside the table (with screenshot)?
How to put filters outside the table (with screenshot)?

Hi, I saw that you can put filters by columns at the top of them, but is there a way to put these filters in a modal? See the screenshot example. thanks!
This discussion has been closed.
Replies
Yes. Use
column().search()
to apply the search to the appropriate column when the input value changes. The techniques are the same as the examples:https://datatables.net/examples/api/multi_filter.html
https://datatables.net/examples/api/multi_filter_select.html
The difference is that the inputs are in a different place.
Kevin
Thanks kthorngren!!!