How to do page wrap in flextable #538
-
How to do page wrap in flextable when my table is too wide and all columns don't fit on one page in word document. Is it possible to split table on a column. |
Beta Was this translation helpful? Give feedback.
Answered by
davidgohel
May 2, 2023
Replies: 1 comment
-
no, sorry, that's not a feature of flextable. You can reduce font size with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidgohel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no, sorry, that's not a feature of flextable.
You can reduce font size with
fit_to_width()
but if there is not enough room to show all columns of the table on a page, maybe that means it will be difficult to read and the layout should be changed. I can't imagine reading a table with some information spread across different pages.