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’d like to suggest adding a maxWidth property to the column definition in rc-table. This would allow developers to set an upper limit on how wide a column can grow, which is especially useful when dealing with content like long strings.
At the moment, rc-table supports width and minWidth for column sizing, but there is no support for maxWidth. This makes it difficult to constrain columns when flexible layouts are needed.
Has anyone previously explored adding maxWidth support or worked around this limitation? Are there any known reasons this hasn’t been implemented?
Would you accept such a pull request?
ref: UIEN-7296
The text was updated successfully, but these errors were encountered:
I’d like to suggest adding a
maxWidth
property to the column definition in rc-table. This would allow developers to set an upper limit on how wide a column can grow, which is especially useful when dealing with content like long strings.At the moment, rc-table supports
width
andminWidth
for column sizing, but there is no support for maxWidth. This makes it difficult to constrain columns when flexible layouts are needed.Has anyone previously explored adding maxWidth support or worked around this limitation? Are there any known reasons this hasn’t been implemented?
Would you accept such a pull request?
ref: UIEN-7296
The text was updated successfully, but these errors were encountered: