Is your feature request related to a problem? Please describe.
There might be a need to control which row goes to which page.
Describe the solution you'd like
If there is a table with 2 pages, I want first five row in rtf_body goes to page 1, the next 6 row goes to page 2.
Current rtf_page::nrow expect a singular number, as this refine pagination may break for figure and listing of tables. So we should think of the pro and con before the implementation.
Is your feature request related to a problem? Please describe.
There might be a need to control which row goes to which page.
Describe the solution you'd like
If there is a table with 2 pages, I want first five row in
rtf_bodygoes to page 1, the next 6 row goes to page 2.Current
rtf_page::nrowexpect a singular number, as this refine pagination may break for figure and listing of tables. So we should think of the pro and con before the implementation.