🪶 Table Feature request - Option to constrain column resizing to the container width (prevent overflow - like Datadog Druids) 🙏🏼
#10137
itay-perry
started this conversation in
Ideas
Replies: 1 comment
-
|
You should be able to accomplish this. You know the width of the table, and column resizing gives you the width of each column. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When resizing columns in a
ResizableTableContainer, dragging a column wider grows the table past its container — the neighbors hit theirminWidthand the whole table starts scrolling horizontally. There's no built-in way to say "never exceed the container; redistribute the width among the other columns instead."The feature request:
A "contained" resize mode where growing one column shrinks its neighbors and the total stays pinned to the container — the way some data-grid tables (e.g. Datadog, AG Grid) behave by default.
Example:
Screen.Recording.2026-05-31.at.20.01.59.mov
https://druids.datadoghq.com/components/table/Table#resetting-the-resize-state
Beta Was this translation helpful? Give feedback.
All reactions