forked from olekukonko/tablewriter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multi-line headers and footers.
Also add a new option "reflow during auto wrap" (`SetReflowDuringAutoWrap()`), which when enabled merges all the lines in a multi-line cell together before to wrapping, and when disabled causes paragraphs in a multi-line cell to be cleanly separated. The default is true to preserve the previous behavior in existing code.
- Loading branch information
Showing
5 changed files
with
402 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.