From dbaa960bf420e6f7f53b645e0088fd8bf68559c0 Mon Sep 17 00:00:00 2001 From: tmisker <38851338+tmisker@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:15:02 +0200 Subject: [PATCH] Update table.md Fix incorrect content in 'Performing Actions on Rows and Columns' section --- .../modeling/pages/structure-widgets/table.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/refguide/modeling/pages/structure-widgets/table.md b/content/en/docs/refguide/modeling/pages/structure-widgets/table.md index bbefa7fa9bc..94c272595e5 100644 --- a/content/en/docs/refguide/modeling/pages/structure-widgets/table.md +++ b/content/en/docs/refguide/modeling/pages/structure-widgets/table.md @@ -53,10 +53,10 @@ 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 @@ -64,10 +64,10 @@ To perform an action on a column, select a column and right-click it. A list of 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