Skip to content

Can CsConsoleFormat write the table with pagination? #34

@jfrank14

Description

@jfrank14

I need to generate a table to be used in a fixed lines per page scenario. If the table should continue onto multiple pages, I want to repeat the header at the top of those pages:

| header1                    | header2   | header 3 |
--------------------------------------------------
| one                        | two       | three |
| 1                          | 2         | 3     |
| this line should be longer | yes it is | oh    |

...more rows
--------------------------------------------------

--page 2---
| header1                    | header2   | header 3 |
--------------------------------------------------

Can CsConsoleFormat do this?

Also, I don't want any delimiters, like "|" and "----------------------". Can the table be configured to output no column and row delimiters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions