flip-tables icon indicating copy to clipboard operation
flip-tables copied to clipboard

Support for column wrapping

Open tj--- opened this issue 3 years ago • 0 comments

Related: https://github.com/JakeWharton/flip-tables/issues/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

tj--- avatar Jul 11 '22 08:07 tj---