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
Apply visual fixes to cells
#865
Closed
lukasmasuch
closed
10 months ago
lukasmasuch
commented
10 months ago
Fix font color when clicking an item in the dropdown cell menu:
Before:
After:
Use pointer cursor for dropdown cell menu
Use the defined cell padding for the dropdown cell menu
Fix the measurement of some cells that use static values instead of the defined cell padding.
Before:
After: