I’m having issues with nested headers and column alignment. It works fine with only a few columns, but everything goes out of alignment once I start scrolling horizontally. Here’s an example.
http://jsfiddle.net/98d4ot81/
This issue seems to go away if I disable rowHeaders. Is there something I’m missing here? Thanks.
Hi @tim1 It’s actually a known bug but I guess it’s not reported yet. It’s a rendering issue and if you add the viewportColumnRenderingOffset option with a value of all columns it works as expected. Here’s a working example: http://jsfiddle.net/98d4ot81/1/
viewportColumnRenderingOffset
I’ll mark this issue as a bug report to track the updates.
Thank you. That has worked.