tablewriter
tablewriter copied to clipboard
Add SetRowWidth function
SetRowWidth sets width of row, if width more then maximal (64) or less then minimal (12) -> sets default row width (32)
What basis of 8 or 64?
@0x9ef can you explain more ?
@olekukonko simply function for setting preferred row width without modifying global constants. In many situation, based MAX_ROW_WIDTH = 30
too small, i think, it would be easier to call SetRowWidth(sz)
without modifying global constants in table.go
@0x9ef thanks for the explanation, can you add some test and example.
@mattn what do you think ?
@mattn @olekukonko do you have any updates on this feature? Could be very good to have it.