-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey, first off, thanks for open-sourcing this! It's a really cool project, and I'm also stuck on trying to fix pagination for tables.. I haven't quite figured a solution, but if one day I do, I'll make a PR.
Pagination Bug for tables
Tables with rows that exceed a page height do not get properly flushed to the next page.
Expected Behavior
For rows that exceed a single page's height, ideally there would be a spacer inserted at the correct location, flushing down the contents of the node to the next page. (See picture attached)
Current Behavior
The spacers are added at a suboptimal location that does not flush down the content nicely for editing in preview.
Steps to Reproduce
- Run demo locally or on site
- Create a 1x1 table, and type contents into the cell until the single cell exceeds the page's height
Metadata
Metadata
Assignees
Labels
No labels