flip-tables
flip-tables copied to clipboard
Support for column wrapping
Related: https://github.com/JakeWharton/flip-tables/issues/17
Supporting two-column wrapping strategies:
- Fixed Width: Takes
table widthas input and shrinks the columns proportionally (to the max length of any column data). Words are not broken and the columns are at leastheader namewide - Custom column widths - Takes user-provided column widths as an input. Words are not broken and the columns are at least
header namewide