Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,13 @@ A new column is added, the weight 1 is automatically set for it.
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.
{{% /alert %}}

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

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

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

### Performing Other Actions on Columns

Expand Down