Column width for table-based header/cells #2198
Unanswered
marclemagne
asked this question in
General
Replies: 2 comments
-
+1 I am looking for exactly the same thing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well do you have a custom component for your header?
TableHeadCell can just be a normal component that map the width to it's own css width, it's up to you basically |
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
-
Hi. First off: great component. It is clear a lot of thought, time, and effort has gone into the creation and maintenance of this project.
I have looked through the documentation and various examples but I cannot see if it is possible to set a width on a column. For instance, I have a very basic table with two columns for first name and age. I'd like age to be 50 pixels wide and for first name to use the remaining space. Basic stuff for regular table-based elements. The documentation for Column however notes that
width
:Setting this value does nothing on my table-based layout.
Is this possible without having to set some outside CSS?
Thanks!
~Marc
Beta Was this translation helpful? Give feedback.
All reactions