Demo - columns and column headers misaligned with scrollbar
williamcooney opened this issue · 5 comments
See the screenshot below (from Chrome).
Browsers tested:
Chrome 62.0
Firefox 57.0
Side note: Internet Explorer does not work at all (tested IE 11.0). Scripts throw an error and display a blank page. Not sure if you intend to support Internet Explorer at all.
Let me know if you need anymore information.
Hi @williamcooney!
Thank you for this issue!
Were Chrome and Firefox tested in Windows or in another OS?
Same here in macOS.
Chrome 62
Firefox ESR 52
Hi @jimmyye! Thank you.
I think, the problem is that the header doesn't have a scrollbar when the body has one. The fix will be to add a scrollbar to the header when it needed.
Will be done in one of the next releases.
Looks like you got it figured out already. Mine was on Windows by the way.
The bug is fixed in the release 1.2.0.
Now the header has a scrollbar too if there is a scroll in the table.
Thanks to all!