Maciej Gołaszewski
|
de91cff96e
Fixed: Splitting table cell with rowspan should reduce this attribute properly.
|
7 лет назад |
Maciej Gołaszewski
|
078414a02d
Other: Review table commands names & add tests for TableEditing.
|
7 лет назад |
Maciej Gołaszewski
|
8570731e7e
Fix: The multiple rowspanned cells prevents proper column insertion.
|
7 лет назад |
Maciej Gołaszewski
|
2c9e410789
Other: Refactor TableUtils class and update docs.
|
7 лет назад |
Maciej Gołaszewski
|
f42e0ab143
Other: Refactor commands.
|
7 лет назад |
Maciej Gołaszewski
|
7d0c065436
Refactor RemoveColumnCommand & move getColumns() to TableUtils plugin.
|
7 лет назад |
Maciej Gołaszewski
|
33e2e969cc
Tests: Update manual tests UI components.
|
7 лет назад |
Maciej Gołaszewski
|
23cec2d665
Refactor MergeCellCommand.
|
7 лет назад |
Maciej Gołaszewski
|
ffc3d89a6a
Refactor InsertTableCommand and create the `TableUtils#createTable()` method.
|
7 лет назад |
Maciej Gołaszewski
|
1cd12b9674
Refactor InsertRowCommand.
|
7 лет назад |
Maciej Gołaszewski
|
43624e47ca
Refactor InsertColumnCommand and create the `TableUtils#getCellLocation()` method.
|
7 лет назад |
Maciej Gołaszewski
|
62a1d0d8b6
Refactor the `TableUtils#insertColumns()` method.
|
7 лет назад |
Maciej Gołaszewski
|
ce6affda39
Changed: Create `TableUtils#insertColumns()` and create 'insertColumnBefore' and 'insertColumnAfter' commands.
|
7 лет назад |
Maciej Gołaszewski
|
4224fbf385
Added: Support of rowspaned cells update in `TableUtils#splitCellHorizontally()`.
|
7 лет назад |
Maciej Gołaszewski
|
40b4f0c3bc
Other: Update dependencies.
|
7 лет назад |
Maciej Gołaszewski
|
17868d56d3
Added: Initial `TableUtils#splitCellVertically` implementation.
|
7 лет назад |
Maciej Gołaszewski
|
6707df1490
Changed: Extract cell splitting to TableUtils plugin.
|
7 лет назад |
Maciej Gołaszewski
|
bf7cf52952
Fix: The set table headers command should properly split rowspanned cell at the end of a row.
|
7 лет назад |
Maciej Gołaszewski
|
78a37dec04
Tests: Fix TableUI tests.
|
7 лет назад |
Maciej Gołaszewski
|
82af5f7922
Changed: Refactor InsertRowCommand to TableUtils plugin and introduce new commands: "insertRowAbove" & "insertRowBelow".
|
7 лет назад |
Maciej Gołaszewski
|
5dd9ec2ef8
Changed: Refactor TableWalker.
|
7 лет назад |
Maciej Gołaszewski
|
43a6e6dae5
Changed: Remove unsplitVertically() method from commands/utils.
|
7 лет назад |
Maciej Gołaszewski
|
b2821150af
Tests: Add tests for command/utils.
|
7 лет назад |
Maciej Gołaszewski
|
1875b918c2
Changed: SplitCell command should split cell horizontally to given number of cells.
|
7 лет назад |
Maciej Gołaszewski
|
535598eab7
Fixed: SetTableHeadersCommand should split rowspanned cells that overlaps thead section after changing heading rows.
|
7 лет назад |
Maciej Gołaszewski
|
7ad4e69784
Added: Initial SetTableHeadersCommand implementation.
|
7 лет назад |
Maciej Gołaszewski
|
66c06d034e
Added: The `downcastAttributeChange()` conversion helper should accept `asWidget` option.
|
7 лет назад |
Maciej Gołaszewski
|
3cdb451cae
Added: Initial mergeUp command implementation.
|
7 лет назад |
Maciej Gołaszewski
|
d25b3fefad
Added: Initial mergeDown command implementation.
|
7 лет назад |
Maciej Gołaszewski
|
0327df52b3
Changed: MergeCellCommand value should be set to a mergable tableCell.
|
7 лет назад |