stickers icon indicating copy to clipboard operation
stickers copied to clipboard

Feature: X axis scrollable table

Open 76creates opened this issue 5 months ago • 0 comments

When designing modern TUI tools its not rare occasion that you have tables that contain more columns that are possible to fit into the window while keeping the readability, you might even have 3 columns and have each one contain long strings.

This implementation seeks to be an alternative way of showing tables, with column width being calculated using the max content length, of course implementing "maxWidth" is a must, user would be able to switch focus to columns on the right and the table should update visible columns accordingly.

76creates avatar Sep 11 '24 19:09 76creates