You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.AddRow("1", "This is a long description that would normally be truncated heavily"));
326
326
```
327
327
328
-
### Table Shrink/Expand/Grow Behavior
328
+
### Table Expand/Grow Behavior
329
329
330
-
-**Shrink** (default: `true`): Proportionally reduces column widths to fit terminal. Wider columns shrink more aggressively. Respects `MinWidth` per column.
330
+
-**Shrink** (always on): Proportionally reduces column widths to fit terminal. Wider columns shrink more aggressively. Respects `MinWidth` per column.
331
331
-**Expand**: Distributes extra terminal width evenly across all columns.
332
332
-**Grow** (column-level): When `Grow = true` on a column, it expands to fill remaining terminal width after fixed columns are allocated. Multiple grow columns share remaining space evenly. Takes precedence over Expand.
333
-
- Disable shrinking with builder `.Shrink(false)` to allow horizontal overflow.
0 commit comments