[GH #678] Fixed columns, with nested headers, with column resize issue

Tags: #<Tag:0x00007f8b1d244aa0> #<Tag:0x00007f8b1d244960>

Hi,

Setup in brief

We have a table using nested headers, with many columns that would extend outside a typical screen width.
We therefore contain it inside a div with ‘overflow: hidden’
We have an option to toggle fixed columns off/on (essentially to help scroll ‘date’ columns while keeping the others in place).
We also allow columns to be manually resized.

Issue

After setting and un-setting a fixed column on the table, and then manually resizing a column, the headers and data-rows no longer scroll together as one inside the overflow container.

Replication

Please see the below JS fiddle for a simplified mock-up of the issue:
https://jsfiddle.net/craigbenstock79/srL1kzpq/2/

Many thanks,
Craig

Hi @craig.benstock

Thank you for contacting us. This issue is related to a bug within columns fixing, and we have it reported internally. I will update you once it’s fixed.

1 Like