Is there any workaround to make it possible?
1 Like
Hi @Quan with rotated tables, you mean you used #rotate
? I don’t think there is an option to have content inside rotate break across pages, you would have to manually create multiple tables, one for each page.
I would suggest to use flipped pages, where tables automatically break across pages.
#page(flipped: true)[
#table(...)
]
1 Like