Replies: 1 comment 2 replies
-
|
You may use |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
tabularray'sXcolumns, fortunately, break lines automatically (andtabularraygenerally copes really well with multi-line cells).However, I sometimes find myself having long multi-column cells (spanning
Xcolumns, typically). Unfortunately, these do not auto-break, causing the table to get wider than expected.Here's a small example:
There obviously are many ways around this, but I only found ways that are somewhat hacky, requiring manually specifying widths or manually breaking lines. Is there some nice way to handle these situations?
Beta Was this translation helpful? Give feedback.
All reactions