Several search inputs on multiple columns
Several search inputs on multiple columns
thekristi
Posts: 1Questions: 1Answers: 0
So, I have this table I need to filter. I have a select box built in razor I want to use to filter on one column and an omni-type bar I want to use to filter on a few other columns. In the fiddle example(https://jsfiddle.net/TheKristi/k9mafb63/) I have a table of Hogwarts attendees, I'd like to be able to use the select box to filter on house and the search bar to filter on first name and last name. How should I approach this?
This discussion has been closed.
Answers
If you need to combine different types of column filters, consider the YADCF datatables plugin, examples here: http://yadcf-showcase.appspot.com.
The YADCF plugin author (@daniel_r) is active in this forum.
Also have a look at this example which shows how you built a
select
based on the data in columns.Allan