stickers
stickers copied to clipboard
Feature: X axis scrollable table
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.