I applied column visibility in my fixed column datatable, but not working?

I applied column visibility in my fixed column datatable, but not working?

bilalmahmoodbilalmahmood 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.

Answers

  • kthorngrenkthorngren Posts: 20,332Questions: 26Answers: 4,774

    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 the div 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

This discussion has been closed.