Several search inputs on multiple columns

Several search inputs on multiple columns

thekristithekristi 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?

Answers

This discussion has been closed.