-
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 `align_rows:bool` constructor option that defaults to True. When set to False columns are packed to the top of the output stream, ignoring the alignment of the original input data stream. * Support fractional `minwidth` column spec to indicate percentage of usable width. Same semantics as `width` when using fractional values. * Support for `overflow` as a column specifier. Each column can use its own overflow mode. The default is to use the table's global overflow mode. * Fix for title printing when headers are not present. * Better handling of column flex calculations that takes multiline data into consideration.
- Loading branch information
Showing
2 changed files
with
161 additions
and
57 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
Oops, something went wrong.