I wanted to use dropdown filters on a Responsive Datatable, but because complex headers aren't supported I want to try and work around this. What I've done is create a test case that moves cascading filters out of the table's header/footer to the top of the page into <div id="filters"></div>
. This works fine. The selects are for Position and Office.
http://live.datatables.net/sakogeqe/1/edit
The bit I'm stuck on is getting the column name and putting it either above or in front of the dropdown. Does anyone know how this can be achieved?