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
Hi,
May be this is a noob question.
is there an option to prevent vertical overflow in a row regardless the data have blanks or not ?
I tested the Column.NoWrap() without success.
I just want to obtain this
`
Test Table
┌─────────────────┬──────────────────────┬─────┐
│ Name │ Surname │ Age │
├─────────────────┼──────────────────────┼─────┤
│ ea sed at │ hendrerit euismod │ 32 │
│ consetetur │ elitr lorem diam │ │
│ │ takimata │ │
│ feugiat erat ut │ dolore eirmod lorem │ 32 │
│ duo │ ipsum magna magna │ │
│ dolor consequat │ eirmod esse ut │ 32 │
│ blandit ipsum │ ullamcorper tempor │ │
│ │ et │ │
│ luptatum │ sed ut justo vel │ 32 │
│ praesent │ erat sanctus │ │
│ aliquam id │ │ │
└─────────────────┴──────────────────────┴─────┘
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
`May be this is a noob question.
is there an option to prevent vertical overflow in a row regardless the data have blanks or not ?
I tested the Column.NoWrap() without success.
I just want to obtain this
`
instead of
``
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions