By default, for titles and footnotes, they're inserted in the document header and footer. Some users may want these to render in the table body itself.
The current print method behaves similar to this:
- Chunk the table body
- Stack header above and footer below
- Print
- Page break
There are some challenges we can anticipate for this:
- This will be slow because the titles and footnotes print repeatedly instead of being consolidated. Already see this with the alternating pages
- Putting the footnotes in the footer makes it easy to align it to the bottom of the page. That spacing will instead need to be controlled within clinify.
Please like this issue if it is of interest to you so we know to prioritize it
By default, for titles and footnotes, they're inserted in the document header and footer. Some users may want these to render in the table body itself.
The current print method behaves similar to this:
There are some challenges we can anticipate for this:
Please like this issue if it is of interest to you so we know to prioritize it