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: content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,12 +179,13 @@ A new column is added, the weight 1 is automatically set for it.
179
179
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.
180
180
{{% /alert %}}
181
181
182
-
### Performing Other Actions on Rows
182
+
### Performing Other Actions on Rows {#performing-other-actions-on-rows}
183
183
184
184
In adding to inserting a new row, you can perform the following actions when right-clicking a row:
185
185
186
186
***Move up** – moves a row up in the layout grid, you can use a shortcut for it <kbd>Ctrl</kbd> + <kbd>↑</kbd>
187
187
***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
0 commit comments