Hello!
When a cell’s text is too long, the column keeps auto-expanding without any limit, which hides content on the right and causes a horizontal scrollbar to appear. How can I clip the overflowing content and rely on the column resizer when needed (or enable text wrapping) so that all columns always fit within the visible grid width? I don’t want to set fixed sizes for all columns because I need to support window resizing/zooming.
Also, I can’t get a small initial column width to apply. If I set a column’s width to 50, it doesn’t take effect immediately—it only applies after I manually drag the column.