Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/fixtures/Table.md')
-rw-r--r--cypress/fixtures/Table.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/cypress/fixtures/Table.md b/cypress/fixtures/Table.md
index 634544249..546ecb189 100644
--- a/cypress/fixtures/Table.md
+++ b/cypress/fixtures/Table.md
@@ -52,3 +52,63 @@ insertTable
did insertTable
+## Add a new row at the end
+
+| | | |
+|--|--|--|
+| | | |
+| | | addRowAfter |
+
+
+---
+
+| | | |
+|--|--|--|
+| | | |
+| | | did addRowAfter |
+| | | |
+
+## Add a new column at the end
+
+| | | |
+|--|--|--|
+| | | |
+| | | addColumnAfter |
+
+
+---
+
+| | | | |
+|--|--|--|--|
+| | | | |
+| | | did addColumnAfter | |
+
+## Delete row at the end
+
+| | | |
+|--|--|--|
+| | | |
+| | | deleteRow |
+
+
+---
+
+| | | |
+|--|--|--|
+| | | |
+
+## Delete column at the end
+
+| | | |
+|--|--|--|
+| | | |
+| | | deleteColumn |
+
+
+---
+
+| | |
+|--|--|
+| | |
+| | |
+