I am using jquery dataTables and I want to add a filter combo for a specific field in the location after "Search"... is this possible? I've already seen examples that you can add comboxes in the footer, under each column of the table and filter that way, but aesthetically I don't like it and besides, I just need a filter combo.
I'm not very good with jQuery but you can add a combobox on top of your table and fire an event when you change it.
Edit : I added it to the height of the search field
I leave you the jsfiddle