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
Currently, the layout of Descriptions is automatic, similar to an element box. Its width is determined by its content, and we cannot control it. For example, we cannot evenly distribute multiple items in a row. Therefore, we need to support this feature.
table layout
Currently, the layout of Descriptions is automatic, similar to an element box. Its width is determined by its content, and we cannot control it. For example, we cannot evenly distribute multiple items in a row. Therefore, we need to support this feature.
The table layout has two modes:
Reference
solution
we need add one api for this feature.
tableLayout
: as same as thetable
componentTo be discussed
fixed
, do we need to handle the content accordingly. For example: text truncation or ellipsis for overflowing content.The text was updated successfully, but these errors were encountered: