Column search on hidden column
Column search on hidden column
![aprat](https://secure.gravatar.com/avatar/9e2dfd219b324bf5ac0aea8f58bb1fb7/?default=https%3A%2F%2Fvanillicon.com%2F9e2dfd219b324bf5ac0aea8f58bb1fb7_200.png&rating=g&size=120)
Hello,
I'm trying to use datatables with server-side search, hidden columns and column searching.
My problem is that initially hidden columns are not present in the document when event listeners are attached to the inputs so when I display them with the colvis button they can't be filtered.
Do you have a solution to allow search or a bugfix comming soon?
thanks for your awesome library !
Axel
This discussion has been closed.
Answers
Hi @aprat,
We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Hello @colin,
I'm using a symfony bundle to use this library and I juste found out that it's a know issue of the bundle (sgDatatableBundle).
Thanks for the fast answer but I'll search this way.