1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Crawled forward slightly on table resizing

This commit is contained in:
Dan Brown
2022-01-21 12:16:05 +00:00
parent 8b4f112462
commit 264966de02
8 changed files with 390 additions and 15 deletions

3
TODO
View File

@ -2,7 +2,8 @@
- Table cell height resize & cell width resize via width style
- Column resize source: https://github.com/ProseMirror/prosemirror-tables/blob/master/src/columnresizing.js
- Looks like all the required internals are exported so we can copy out & modify easily.
- Have updated column resizing to set cell widths
- Now need to handle table overall size on change, then heights.
### In-Progress