Skip to content

Optionally insert titles and footnotes in table body #67

Description

@mstackhouse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions