Individual column searching (select inputs)
Individual column searching (select inputs)
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
This discussion has been closed.
Answers
Take a look at this example. It's using a combination of
orderCellsTopand placing theinputelements into the second header row, not usingcolumn().header(). Hope that helps,Colin