Closed debotos closed 4 years ago
I found the solution. There is a CSS style applied - position: relative; It's causing the issue. This style came when i added useResizeColumns & useBlockLayout hook.
So in the style, I marked it as important - position: sticky !important; That's did the job.
The body cell is sticky but the header cell is not.