You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a table whose width forces a vertical rotation, tables will always render to their non-multiline-wrapping widths, regardless of whether the terminal can accommodate this.
puts TTY::Table.new(rows: [['Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam volu',12930,'blah',4325678,23456789]],header:['header number one','header number two','header number three','header number four','header number five']).render(:unicode,multiline:true)
The text was updated successfully, but these errors were encountered:
When rendering a table whose width forces a vertical rotation, tables will always render to their non-multiline-wrapping widths, regardless of whether the terminal can accommodate this.
The text was updated successfully, but these errors were encountered: