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
I'm not even sure if this is possible or if I'm using the library in the correct way but I'm trying to get some really long lines to truncate so they don't squish the other columns. Apologies for the F#, hopefully still makes sense.
Is it possible to use Overflow with NoWrap in table cells?
If I increase the width of the table a bit (to say 40):
┌──────────────────────────────┬───────┐
│ Column 1 │ Colu… │
│ │ 2 │
├──────────────────────────────┼───────┤
│ Some text │ More │
│ │ text │
│ Some really really long text │ Secon │
│ │ d │
│ │ colum │
│ │ n │
└──────────────────────────────┴───────┘
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
-
I'm not even sure if this is possible or if I'm using the library in the correct way but I'm trying to get some really long lines to truncate so they don't squish the other columns. Apologies for the F#, hopefully still makes sense.
Is it possible to use
Overflow
withNoWrap
in table cells?This outputs:
If I increase the width of the table a bit (to say 40):
Beta Was this translation helpful? Give feedback.
All reactions