Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: X axis scrollable table #17

Open
76creates opened this issue Sep 11, 2024 · 0 comments
Open

Feature: X axis scrollable table #17

76creates opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@76creates
Copy link
Owner

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 76creates added the enhancement New feature or request label Sep 11, 2024
@76creates 76creates self-assigned this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant