Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can CsConsoleFormat write the table with pagination? #34

Open
jfrank14 opened this issue Aug 4, 2022 · 0 comments
Open

Can CsConsoleFormat write the table with pagination? #34

jfrank14 opened this issue Aug 4, 2022 · 0 comments

Comments

@jfrank14
Copy link

jfrank14 commented Aug 4, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant