Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, currently Is there a way to set the width of a column in %? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The below would set width of w-8 (tailwind style) for the "name" column. You'll need to add any other required styling from the default set to ensure that it doesn't look too odd, including your "whitespace-normal" etc
You can of course create a class for a specific width % and use that instead. |
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.
-
How do I set a column width so that it's not dynamic width, but always X%?
Beta Was this translation helpful? Give feedback.
All reactions