Replies: 1 comment 1 reply
-
I just did this with CSS.
I'm using a component to wrap my cells, so mine turned out like this:
With this, you can also truncate the text with ellipsis if you want. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a table with some data in a particular column that can get rather long. I'd like the column to be width-limited and wrap the text when it gets too wide for the column. I've tried setting the width in
defaultColumn
and in eachcolumn
usingmaxSize
, but with no luck.Has anyone done this?
Beta Was this translation helpful? Give feedback.
All reactions