I applied column visibility in my fixed column datatable, but not working?
I applied column visibility in my fixed column datatable, but not working?
bilalmahmood
Posts: 1Questions: 1Answers: 0
I applied column visibility in my fixed column datatable but when I click on column visibility button, all background with buttons fades.
This discussion has been closed.
Answers
Interesting, I was working on an example for something else which has the colvis button and tried it with the same result as yours:
http://live.datatables.net/rahetive/1/edit
Its not using FixedColumns but it does have a CSS config that seems to cause the issue. I'm using
position: sticky;
for thediv
the buttons are in. Using this causes the same issue. Might be unrelated but thought I would bring it up in case it helps @allan find the issue.However a basic config with just FixedColumns and colvis seems to work correctly:
http://live.datatables.net/vasevija/1/edit
Kevin