Colvis with rowgroup css problem
Colvis with rowgroup css problem
Link to test case: https://live.datatables.net/pibiyuza/10/
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
- try to display hidden cols start day and salary
- th colspan in rowgroup does not recalculate, css is broken
This question has an accepted answers - jump to answer
Answers
Funnily enough I spotted this problem in the code a few days ago and committed a fix. I'll try to make some time to backport it to RowGroup 1.x.
Allan
I've committed the change and with the latest nightly build, your example now works.
Regards,
Allan
thank you