How to put filters outside the table (with screenshot)?
How to put filters outside the table (with screenshot)?
Vabeorte
Posts: 2Questions: 0Answers: 0
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!
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!!!