Complex Headers with Responsive hidden columns problem
Complex Headers with Responsive hidden columns problem
lucas_oliveira
Posts: 3Questions: 1Answers: 0
in Responsive
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
Checkout this thread.
Kevin
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.
You can use the
responsive-resize
event.Kevin
I was able to make them dissapear programatically. Thank u so much for the responses.