hey @willmcgugan, great package!
in Table.add_column method it would be nice to have an actual minimal with option. The documentation says that width argument sets the minimal with for a column, but in fact in my tests it sets a constant width for one. I'd like my column to be at least width wide but expand if there is a longer string to display.
hey @willmcgugan, great package!
in
Table.add_columnmethod it would be nice to have an actual minimal with option. The documentation says thatwidthargument sets the minimal with for a column, but in fact in my tests it sets a constant width for one. I'd like my column to be at leastwidthwide but expand if there is a longer string to display.