When having a locked column that has nested columns (for multi-column headers), resizing the column and scrolling horizontally results in a column misalignment.
In the above image, the child columns are also locked, or else it will result in misalignment only for the parent column thats locked.
Expected behavior
No misalignment.
In addition, it is more convenient if the locked prop is passed automatically to the child GridColumn components.
Minimal reproduction of the problem with instructions
I'm submitting a...
Current behavior
When having a locked column that has nested columns (for multi-column headers), resizing the column and scrolling horizontally results in a column misalignment.
In the above image, the child columns are also locked, or else it will result in misalignment only for the parent column thats locked.
Expected behavior
No misalignment.
In addition, it is more convenient if the locked prop is passed automatically to the child GridColumn components.
Minimal reproduction of the problem with instructions
Can be reproduced here - https://stackblitz.com/edit/react-dvulhc-sf5whl?file=app%2Fmain.jsx
More information provided here - Ticket ID: 1652502