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

Support for column wrapping #25

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from
Open

Support for column wrapping #25

wants to merge 4 commits into from

Conversation

tj---
Copy link

@tj--- tj--- commented Jul 11, 2022

Related: #17

Supporting two-column wrapping strategies:

  • Fixed Width: Takes table width as input and shrinks the columns proportionally (to the max length of any column data). Words are not broken and the columns are at least header name wide
  • Custom column widths - Takes user-provided column widths as an input. Words are not broken and the columns are at least header name wide

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

Successfully merging this pull request may close these issues.

None yet

1 participant