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
Copy file name to clipboardExpand all lines: components/grid/columns/width.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,11 @@ The Grid column width settings can vary and result in the following configuratio
26
26
* If the sum of the column widths exceeds the Grid component's width, a horizontal scrollbar appears. All columns retain their specified widths.
27
27
* If the sum of the column widths is less than the Grid's width, all columns expand evenly to take up the available space in the Grid.
28
28
* Only some Grid columns have set widths:
29
-
* The columns that have widths take up less than the Grid component width. The applied column widths match the component settings. The remaining width-less columns shrink or expand, depending on the remaining space. A horizontal scrollbar may appears only if the columns that have widths exceed the Grid width. In this case the remaining columns will disappear.
29
+
* If the total width of these columns is less than the Grid component's width:
30
+
31
+
* The applied column widths match the component settings.
32
+
* The remaining columns without set widths shrink or expand, depending on the remaining space.
33
+
* A horizontal scrollbar may appear if the columns that have widths exceed the Grid width. In this case, the remaining columns will disappear.
30
34
* The columns that have widths take up more than the Grid component width. The applied column widths match the component settings. A horizontal scrollbar appears. All columns without widths shrink to zero width and disappear.
31
35
* No column has a set width—In this scenario, all columns are equally wide. They shrink and expand depending on the Grid's width.
0 commit comments