Multi filter select is not responsive
Multi filter select is not responsive
Hello,
I want to use the datatable with multi filter select box and responsive.Using the following links I implemented it.
Resopnsive
https://datatables.net/extensions/responsive/
The table is responsive and works perfectly.
Multi filter select (to filter, seperate selectbox for each column)
http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html
After implementing the multi filter select, the page is not responsive, the issue is the dynamically added select boxes at the footer of the table is not hiding as rest of the columns.
I just creates a jsFiddle:
http://jsfiddle.net/Saneesh/f29cxv11/6/
what kind of modification I have to do to fix the select box also responsive?
Answers
Solution: https://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html
I'm having the same issue, hope it could be fixed in the next version release.
I prefer not to use the external plugin that saneesh posted, unless I see there won't be any progress with this bug fix.
Thanks.