Editable Table
An editable table is a table in which you can modify the rows. Rows can
be added, deleted and moved. The contents of their cells may be changed as well.
First you have to select a row. On the row a context menu can be popped up,
mostly with the right mouse button or, for Mac users, by holding down the
Ctrl-key when clicking with the mouse. It contains the following commands:
- Append: this will add a new row after the selected one.
- Insert: this will insert a new row before the selected
one.
- Copy: this copies an entire row. You can paste it somewhere
else in the table.
- Cut: this deletes the selected row. You can paste it somewhere
else in the table.
- Paste: this add a row that was copied or cut after the
selected row. You can repeat this action with the same row.
- Up: this moves up the selected row one position in the
table.
- Down: this moves down the selected row one position in the
table.