Skip to content

Commit a971612

Browse files
authored
Merge pull request #10954 from LEGIO-SEXTA-FERRATA/wtf/extract-row-docs
[WTF] Include Layout Grid Row Extraction in Docs
2 parents d7ff559 + fa4a9d1 commit a971612

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/en/docs/refguide/modeling/pages/structure-widgets

content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,13 @@ A new column is added, the weight 1 is automatically set for it.
179179
Sometimes on a native page, data is not clearly visible when using a native layout grid. To see the data more clearly, nest the layout grid inside the scroll container.
180180
{{% /alert %}}
181181

182-
### Performing Other Actions on Rows
182+
### Performing Other Actions on Rows {#performing-other-actions-on-rows}
183183

184184
In adding to inserting a new row, you can perform the following actions when right-clicking a row:
185185

186186
* **Move up** – moves a row up in the layout grid, you can use a shortcut for it <kbd>Ctrl</kbd> + <kbd>↑</kbd>
187187
* **Move down** – moves a row down in the layout grid, you can use a shortcut for it <kbd>Ctrl</kbd> + <kbd>↓</kbd>
188+
* **Extract to new grid** – extracts the right-clicked row into a new, separate layout grid
188189

189190
### Performing Other Actions on Columns
190191

0 commit comments

Comments
 (0)