You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to set a height to the row and width for the table column, to a fixed minimum width. I am using the mantine table to display data where the number of rows or number of columns can vary from 2 to a large number. It would need a scroll behaviour in case of large number of rows or columns , so i have set a tableHeight.
Now if my table has just the header and a few rows , row height is adjusted as per the table height. eg:-
How can i set the row height so that it has the minimum-height needed (e.g height of the last row in the screen shot) ?
I tried to set it with the css , doesnt seem to work. Please let me know if there is a way to do it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I would like to set a height to the row and width for the table column, to a fixed minimum width. I am using the mantine table to display data where the number of rows or number of columns can vary from 2 to a large number. It would need a scroll behaviour in case of large number of rows or columns , so i have set a tableHeight.

Now if my table has just the header and a few rows , row height is adjusted as per the table height. eg:-
How can i set the row height so that it has the minimum-height needed (e.g height of the last row in the screen shot) ?
I tried to set it with the css , doesnt seem to work. Please let me know if there is a way to do it.
TIA,
RM
Beta Was this translation helpful? Give feedback.
All reactions