Complex Headers with Responsive hidden columns problem

Complex Headers with Responsive hidden columns problem

lucas_oliveiralucas_oliveira Posts: 3Questions: 1Answers: 0

Link to test case:

http://live.datatables.net/celupugo/4/edit

https://jsfiddle.net/lucas_oliveira/mbeuv82L/2/

Debugger code (debug.datatables.net): No need to use;
Error messages shown: No error messages are shown;
Description of problem: Hi guys! Can you help me with this Complex Header on Responsive problem? When my Table has some columns hidden the header stills on top making everything look weird.

[]'
Lucas

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,148Questions: 26Answers: 4,736

    Checkout this thread.

    Kevin

  • lucas_oliveiralucas_oliveira Posts: 3Questions: 1Answers: 0

    Oh, so this bug still persists? Alright then... I'm gonna find a way to remove it dinamically. Thank u so much for the response.

    By the way, how can I watch over column visibility? When the responsive hides a column a class is applied to it, right?

    Lucas.

  • kthorngrenkthorngren Posts: 20,148Questions: 26Answers: 4,736
    Answer ✓

    You can use the responsive-resize event.

    Kevin

  • lucas_oliveiralucas_oliveira Posts: 3Questions: 1Answers: 0

    I was able to make them dissapear programatically. Thank u so much for the responses.

Sign In or Register to comment.