Issue with ColVis + colReorder + hidden column
Issue with ColVis + colReorder + hidden column
Hi !
I think I identified a bug that has to do with colvis combined with the colReorder option.
Please run this jsfiddle: https://jsfiddle.net/KarloX2/b9zcwueg/
Run and do this:
* Notice that the column "B" is initially hidden (visible: false)
* Drag&Drop the header of column "A" to the right of column "C", so the table now shows the column order "C" + "A" + "D"
* Click the "Column visibility" button so it opens the the dropdown. (Notice that the order of the buttons has become adjusted just fine.)
* Here's the bug: Click the button "C" to hide that column and observe that this made column "B" become visible instead !!
* Other buttons in the "Column visibility" dropdown will cause a wrong action as well.
Any idea how I could try to fix this?
Thanks!
This question has an accepted answers - jump to answer
Answers
Hi @Karlo ,
This is the same issue reported a few days ago - see here. Please keep an eye on that thread and we'll post updates there.
Cheers,
Colin
Ok, thanks!