Skip to content

Small fix for table.md #9470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
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 @@ -53,21 +53,21 @@ To perform an action on a row, select a row and right-click it. A list of action

You can perform the following actions:

* **Add column left** – creates a column to the left of the selected one
* **Add column right** – creates a column to the right of the selected one
* **Move left** – moves a column left in the row
* **Move right** – moves a column right in the row
* **Add row above** – creates a row above the selected one
* **Add row below** – creates a row below the selected one
* **Move up** – moves a row up
* **Move down** – moves a row down

### Performing Actions on Columns

To perform an action on a column, select a column and right-click it. A list of actions will open.

You can perform the following actions:

* **Add row above** – creates a row above the selected one
* **Add row below** – creates a row below the selected one
* **Move up** – moves a row up
* **Move down** – moves a row down
* **Add column left** – creates a column to the left of the selected one
* **Add column right** – creates a column to the right of the selected one
* **Move left** – moves a column left
* **Move right** – moves a column right

### Performing Actions on Cells

Expand Down