After validateCells() if there are merged cells in table adds “display none” to visible td’s on merged cells,
but after some change or scroll in table, removes “display none” from these td’s.
After validateCells() gives visualisation bug
JSFiddle example:
https://jsfiddle.net/megamuf/26228muq/5/
After click validate cells button, merged cells disappear, after scroll table or some change in the table they appear again.
Thank you for sharing the demo.
I have added render()
method with a 10ms delay (https://jsfiddle.net/j89kmxna/) which solved the issue.
Thank you