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
@@ -43,7 +43,7 @@ The Grid column width settings can vary and result in the following configuratio
43
43
}
44
44
</style>
45
45
46
-
<tableclass="multi-dimensonal-table">
46
+
<tableclass="multi-dimensional-table">
47
47
<tr><th>Explicit Column Widths<br> \ <br> Columns with Widths</th><th>Exceed the Grid Width</th><th>Subceed the Grid Width</th></tr>
48
48
<tr><th>All</th><td>The Grid renders a horizontal scrollbar. All column widths match their settings.</td><td>All columns expand evenly to take up the available space in the Grid.</td></tr>
49
49
<tr><th>Some</th><td>The applied column widths match the component settings. A horizontal scrollbar appears. All columns without widths shrink to zero width and disappear.</td><td>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.</td></tr>
0 commit comments