Open
Description
Describe the bug
In vue3, when using the do_not_break prop the page enters a loop because it cannot break a table that occupies more than one page.
To Reproduce
Steps to reproduce the behavior:
- Created table with more 1 page
- loading...
- not open
- See navigator crash
Desktop (please complete the following information):
- OS: desktop/web
- Browser: all
- Vue.js: 3.2.31
NOTE: A possible solution would be to not break the page table if its size is larger than one page.