useFlexLayout should support fixed width columns #2136
Unanswered
Metavirulent
asked this question in
General
Replies: 2 comments 1 reply
-
Facing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Metavirulent @jitenderchand - you ever find a work around for this? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
It is currently not possible to define a fixed width for a column using flex layout.
A common use case is that a column contains a checkbox for example and should not grow.
If minWidth and maxWidth are the same, then the corresponding flex should not be 'width 0 auto' but '0 0 width' so it doesn't grow.
Beta Was this translation helpful? Give feedback.
All reactions