Individual column searching (select inputs)
Individual column searching (select inputs)
vince-carrasco
Posts: 21Questions: 7Answers: 0
in DataTables
we moved the select drop-down boxes to the top of the table. The issue is they fire when we click into the select box but before actually making a selection.
how can we initiate the search to fire after making a selection?
working from this example
This question has an accepted answers - jump to answer
Answers
Take a look at this example. It's using a combination of
orderCellsTop
and placing theinput
elements into the second header row, not usingcolumn().header()
. Hope that helps,Colin