Multi filter select is not responsive

Multi filter select is not responsive

saneeshsaneesh Posts: 8Questions: 1Answers: 0

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

This discussion has been closed.