mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.24k stars 243 forks source link

Add option for Table to render all the way to right edge (partial column) #470

Closed keithkml closed 4 years ago

keithkml commented 4 years ago

Currently, when a Table's contents are too wide to fit horizontally in the parent component, only the columns that fit are rendered at all. It would be nice for our use case if the next column was rendered, but only the part that fit on the screen.