You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: