Column filter Search box is not hidden when using responsive table
Column filter Search box is not hidden when using responsive table
![bchipre](https://secure.gravatar.com/avatar/d95dab6052e58379ff8d3f7562f325a4/?default=https%3A%2F%2Fvanillicon.com%2Fd95dab6052e58379ff8d3f7562f325a4_200.png&rating=g&size=120)
Hi @Allan,
Here is an example where in I'm using Responsive Table Integration along with Column Filter. Issues is when we resize the browser to mobile/Tablet mode the column filter search boxes are not hidden. Am I missing something or it is a know issue ?
A similar query was already posted earlier, buy that solution didn't work either, if we use single <thead> with clone option is script.
Issue testcase : live.datatables.net/keseqeqi/3/edit
Attaching my application screenshots for your reference :
You can also observe that the responsive button is not visible
This question has an accepted answers - jump to answer
Answers
See if this example from this thread helps. It uses the
responsive-resize
event to hide/show the appropriate columns in the second header.Kevin
Thanks @kthorngren, modified my script to work accordingly.![:) :)](https://datatables.net/forums/resources/emoji/smile.png)