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
3.98k stars 288 forks source link

Columns don't autosize width properly when using an indicatorIcon #954

Open A-Posthuman opened 4 months ago

A-Posthuman commented 4 months ago

When using an indicatorIcon, and the header text is wider than the other cell content in the rows, the header title is slightly cut off due to not being wide enough to take into account the indicatorIcon width.

BrianHung commented 4 months ago

Can you post a screenshot of this behavior?

A-Posthuman commented 4 months ago

First image is from manually setting the grid width to 100% and manually specifying column widths. Second image is with no width set on grid or on these columns, and the autosized result is some of the text is missing.

non-auto-size

auto-size