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
first of all I absolutely LOVE this project, it makes it incredibly easy to build custom UIs that also look quite good out-of-the-box. I also really like the DataTable component.
However, there's one aspect of it that I struggle with: I want to set a fixed/maximum width for one (or possibly several) table columns.
For instance, in the this demo which I built on top of the demo in the docs), the columns shift somewhat unpredictably whenever a longer string appears in the list of values for the 'email' column (due to changes in the filter).
This would not happen if the remaining columns just had a fixed width and the 'email' column could just fill the remaining space.
Do you have any suggestions on how to make this work?
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
-
Hi,
first of all I absolutely LOVE this project, it makes it incredibly easy to build custom UIs that also look quite good out-of-the-box. I also really like the
DataTable
component.However, there's one aspect of it that I struggle with: I want to set a fixed/maximum width for one (or possibly several) table columns.
For instance, in the this demo which I built on top of the demo in the docs), the columns shift somewhat unpredictably whenever a longer string appears in the list of values for the 'email' column (due to changes in the filter).
This would not happen if the remaining columns just had a fixed width and the 'email' column could just fill the remaining space.
Do you have any suggestions on how to make this work?
Beta Was this translation helpful? Give feedback.
All reactions