issues
search
glideapps
/
glide-data-grid
🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k
stars
301
forks
source link
Bg override for columns does not properly fill off-screen blank cells
#998
Open
mir4a
opened
1 month ago
mir4a
commented
1 month ago
Steps to reproduce:
Set the table height to 100%.
Ensure the number of rows is fewer than the available height (so no vertical scroll is rendered).
Override
bgCell
for the columns (see
this commit
for the reference)
Ensure there is a horizontal scrollbar.
Scroll left-right
Screenshots:
The first render is correct. You can see that the cells in the blank rows are painted with the custom color as expected:
However, after scrolling left and right, the off-screen area has a painting issue:
Steps to reproduce:
bgCell
for the columns (see this commit for the reference)Screenshots: