Maciej Gołaszewski
|
af5f6ecfad
Fix: Fix TableUtils#splitCellVertically() algorithm and update docs.
|
hace 7 años |
Maciej Gołaszewski
|
e0adc22293
Docs: Update TableUtils.splitCell* methods docs.
|
hace 7 años |
Maciej Gołaszewski
|
9bfe5b5cb8
Changed: Cleanup downcast conversion & update TableWalker internals.
|
hace 7 años |
Maciej Gołaszewski
|
1887ef8d9c
Docs: Further enhance TableUtils docs.
|
hace 7 años |
Maciej Gołaszewski
|
6dd1d13964
Docs: Update TableUtils#insertRows() and TableUtils#insertColumns() methods docs.
|
hace 7 años |
Maciej Gołaszewski
|
88b65d4fa3
Fixed: The split cell vertically and horizontally was wrongly used in code.
|
hace 7 años |
Szymon Cofalik
|
a994746c68
Minor typos in docs and code style.
|
hace 7 años |
Maciej Gołaszewski
|
0537447b6a
Fix: Splitting table cell vertically in heading section should update table's headingRows attribute.
|
hace 7 años |
Maciej Gołaszewski
|
7161c6779e
Fixed: Properly handle splitting cells vertically that have colspan.
|
hace 7 años |
Maciej Gołaszewski
|
8fa6169c05
Fixed: Properly handle splitting cells depending of cell's rowspan attribute and number of cells to split.
|
hace 7 años |
Maciej Gołaszewski
|
de91cff96e
Fixed: Splitting table cell with rowspan should reduce this attribute properly.
|
hace 7 años |
Maciej Gołaszewski
|
8570731e7e
Fix: The multiple rowspanned cells prevents proper column insertion.
|
hace 7 años |
Maciej Gołaszewski
|
2c9e410789
Other: Refactor TableUtils class and update docs.
|
hace 7 años |
Maciej Gołaszewski
|
f42e0ab143
Other: Refactor commands.
|
hace 7 años |
Maciej Gołaszewski
|
7d0c065436
Refactor RemoveColumnCommand & move getColumns() to TableUtils plugin.
|
hace 7 años |
Maciej Gołaszewski
|
ffc3d89a6a
Refactor InsertTableCommand and create the `TableUtils#createTable()` method.
|
hace 7 años |
Maciej Gołaszewski
|
43624e47ca
Refactor InsertColumnCommand and create the `TableUtils#getCellLocation()` method.
|
hace 7 años |
Maciej Gołaszewski
|
62a1d0d8b6
Refactor the `TableUtils#insertColumns()` method.
|
hace 7 años |
Maciej Gołaszewski
|
ce6affda39
Changed: Create `TableUtils#insertColumns()` and create 'insertColumnBefore' and 'insertColumnAfter' commands.
|
hace 7 años |
Maciej Gołaszewski
|
4224fbf385
Added: Support of rowspaned cells update in `TableUtils#splitCellHorizontally()`.
|
hace 7 años |
Maciej Gołaszewski
|
17868d56d3
Added: Initial `TableUtils#splitCellVertically` implementation.
|
hace 7 años |
Maciej Gołaszewski
|
6707df1490
Changed: Extract cell splitting to TableUtils plugin.
|
hace 7 años |
Maciej Gołaszewski
|
82af5f7922
Changed: Refactor InsertRowCommand to TableUtils plugin and introduce new commands: "insertRowAbove" & "insertRowBelow".
|
hace 7 años |