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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: