Individual column searching with dropdowns
Individual column searching with dropdowns
I came across this post from kmd1970 which explains how to have text based column filters outside the table. I like the solution, but wanted to add a little of bensdb's solution at the bottom of his post.
For those who are interested in the result, you can find it in this jsfiddle.
You can use the dropdowns and the global text filter simultanuously. For example, select an office first and then do a text search or vice versa.
Next on my to do list is try to make it work with multiple select inputs. Any ideas?