You can move entire tables in the same way as other Block Elements. But columns and rows are treated differently:
-
Columns can only be moved with the Table Context Menu, see Move Rows or Columns with Table Context Menu.
-
Rows can be moved in three ways: Move Rows or Columns with Table Context Menu, Move Rows with XML Tree View or Move Rows with Keyboard Shortcuts.
Tip
To make it easier to rearrange a table, see Select Multiple Columns or Rows.
To move a table row or column with the Table Context Menu:
-
Select the topic or component in the Content Manager to open it in the Editor.
-
Position the cursor in the row or column that you want to move.
-
Right-click in the table to display the Table Context Menu.
-
Select Move or duplicate and choose:
-
Move column right
-
Move column left
-
Move row up
-
Move row down
Paligo moves the row or column.
-
-
Select Save.
When you are moving block elements, it's important to note that you can only move an element up or down at the same level in the overall topic structure. This is by design, as it ensures that you do not move elements into positions where they are not allowed. For example, you can move a step
in a procedure
up or down in the procedure
order, but you cannot move the step
outside of the procedure
.
You can use keyboard shortcuts to move table rows up or down.
-
Place the cursor in a table cell in the row you want to move.
-
The cursor must be in the
td
. Not thepara
or any other element inside the cell.Important
Use the Element Structure Menu to see that you have the cursor in the correct position. The
td
element should be the last element on the right. -
Use the keyboard shortcuts to move the element.
Move up is Alt + Shift + ↑ (Windows) or Option ⌥ + Shift ⇧ + ↑ (Mac).
Move down is Alt + Shift + ↓ (Windows) or Option ⌥ + Shift ⇧ + ↓ (Mac).
-
Select Save.
You can use the XML Tree View to move table rows:
-
To another position in the same table
-
Into a different table inside the topic.
Note
Note that you can only use the XML Tree View to move rows, you cannot move columns or individual cells.
To move a table:
-
Open a topic in the editor and select the XML Tree View in the side panel.
-
Expand the tree to locate the table block until you can see the table rows (
tr
). -
Select a table row and drag it to a new location in the XML Tree View.
-
Select Save.
Comments
0 comments
Article is closed for comments.