width/maxWidth/minWidth for display: table #2734
Unanswered
nico-martin
asked this question in
General
Replies: 0 comments
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.
-
As far as I know it's not possible to use react-table width a normal table markup with
width
,minWidth
ormaxWidth
for a column right?Why is this so? I mean it would make perfectly sense to just use the native space distribution of an HTML-Table but set a fixed width for one Colmun and maybe a max-width for another column.
But when I set maxWidth for a column it does not get to the
cell.getCellProps()
. Is there a special reason for this? I think it would be a huge improvement if we could use width/maxWidth/minWidth on adisplay: table
Table.Beta Was this translation helpful? Give feedback.
All reactions