Why don't the Column Control icons show up on hidden columns?

Why don't the Column Control icons show up on hidden columns?

vfichrvfichr Posts: 7Questions: 2Answers: 0

Description of problem: Why don't the Column Control icons show up on hidden columns when they are displayed again via the Colvis Button extension in server-side mode?

Answers

  • vfichrvfichr Posts: 7Questions: 2Answers: 0

    table1.on('column-visibility.dt', function(e, settings, column, state) { if (state) { table1.draw(false); } });
    It's working.

  • allanallan Posts: 65,646Questions: 1Answers: 10,917 Site admin

    Are you able to give me a link to a page showing the issue please? I'd like to understand what is going on here.

    Allan

Sign In or Register to comment.