Kuba Niegowski
|
66ebfe46ff
Fixed removing empty rows and columns when multiple rows and columns should be removed.
|
5 years ago |
Kuba Niegowski
|
b5bd857bc6
Introducing removeEmptyRows, removeEmptyColumns and removeEmptyRowsColumns functions.
|
5 years ago |
Kuba Niegowski
|
12e1b3aa59
Removing empty columns (with no cells anchored).
|
5 years ago |
Maciej Gołaszewski
|
e53a067d71
Merge branch 'master' into i/6822-table-utils
|
5 years ago |
Maciej Gołaszewski
|
c210d2583b
Move common utility methods to utils/common.js.
|
5 years ago |
Maciej Gołaszewski
|
6376ba835f
Move selection related utilities to utils/selection.js.
|
5 years ago |
Maciej Gołaszewski
|
13152fa52b
Rename utils/utils.js to utils/common.js.
|
5 years ago |
Maciej Gołaszewski
|
10dd479905
Move utils.js to utils/utils.js.
|
5 years ago |
Kuba Niegowski
|
e5ed0836a2
TableWalker refactored, API changes.
|
5 years ago |
Kuba Niegowski
|
5aa707d71e
Added the edge case test of removing multiple empty rows after cells merge.
|
5 years ago |
Kuba Niegowski
|
92aecf82ea
Apply suggestions from code review
|
5 years ago |
Kuba Niegowski
|
974f266686
Updating heading rows in one enqueued change block (to use the current table state for update).
|
5 years ago |
Kuba Niegowski
|
9275e84902
Merging cells and removing empty rows in one batch.
|
5 years ago |
Kuba Niegowski
|
dba9fac0d9
Table heading rows should be properly updated after removing rows as a side effect of merging cells.
|
5 years ago |
Anna Tomanek
|
a488d5e60a
Docs (table): API docs for tables improved. [skip ci]
|
5 years ago |
Marek Lewandowski
|
52281a6308
Other: Minor logic simplification.
|
5 years ago |
Aleksander Nowodzinski
|
b37c98f84f
Merge branch 'master' into i/6368
|
5 years ago |
Aleksander Nowodzinski
|
14cd7bed80
Fix: Merge left and right commands should be always enabled if execution does not cross the heading column boundary.
|
5 years ago |
Aleksander Nowodzinski
|
7dc643238d
Used the getTableCellsContainingSelection() helper across the package.
|
5 years ago |
Anna Tomanek
|
77ec129812
Docs: Table API docs improvements, part 2. [skip ci]
|
5 years ago |
Kamil Piechaczek
|
7a5188b042
Internal: Bumped the year. [skip ci]
|
6 years ago |
Maciej Gołaszewski
|
eba4f2a516
Update the logic to not allow merging spanned cells.
|
6 years ago |
Andrew Stewart
|
733723007f
Disable horizontal merge between header and body cells.
|
6 years ago |
Szymon Cofalik
|
fc9800614c
Internal: Set `MergeCellCommand#value` before `#isEnabled` so it is available in `#isEnabled` observable callbacks.
|
6 years ago |
Maciej Bukowski
|
c76ecca80e
Fixed API docs.
|
6 years ago |
Kamil Piechaczek
|
db6b0450ae
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 years ago |
Kamil Piechaczek
|
5c3b474622
Internal: Bumped the year. [skip ci]
|
6 years ago |
Maciej Gołaszewski
|
8fcb3f6a8f
Change to string reference for TableUtils when using editor.plugins.get.
|
7 years ago |
Maciej Gołaszewski
|
7ecdcb7f83
Remove Position, Range, Selection imports from engine/model.
|
7 years ago |
Maciej Gołaszewski
|
de1c301ab9
Changed: Removed commands/utils~getParentTable() method and renamed commands/utils~getParentElement() to findAncestor().
|
7 years ago |