CsConsoleFormat icon indicating copy to clipboard operation
CsConsoleFormat copied to clipboard

Can CsConsoleFormat write the table with pagination?

Open jfrank14 opened this issue 3 years ago • 0 comments

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?

jfrank14 avatar Aug 04 '22 13:08 jfrank14