Skip to content

Commit a75daef

Browse files
authored
Update components/grid/columns/stacked.md
1 parent 12fd37d commit a75daef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/columns/stacked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The code snippet below uses 3 stacked columns. The first one is twice as wide as
8282
In `Stacked` data layout mode the Grid rendering is different and some features use different UI and UX:
8383

8484
* The Grid does not render column headers. Column features like sorting, filtering, grouping, and locking require [ToolBar command tools](slug:components/grid/features/toolbar#command-tools).
85-
* The Grid does not render a command column. Combine [Grid row selection](slug:grid-selection-row) with [Toolbar command tools for the **Delete**, **Edit**, **Save**, and **Cancel** command buttons](slug:components/grid/features/toolbar#command-tools).
85+
* The Grid does not render a command column. Combine [Grid row selection](slug:grid-selection-row) with [Toolbar command tools for the **Delete**, **Edit**, **Save**, and **Cancel** buttons](slug:components/grid/features/toolbar#command-tools).
8686
* Hierarchy relies on an expand/collapse button, which renders below the stacked table row content.
8787

8888
## Example

0 commit comments

Comments
 (0)