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

Make TableFragment scrollable #383

Open
Baret opened this issue May 1, 2021 · 0 comments
Open

Make TableFragment scrollable #383

Baret opened this issue May 1, 2021 · 0 comments

Comments

@Baret
Copy link
Collaborator

Baret commented May 1, 2021

Is your feature request related to a problem? Please describe.
The new TableFragment (see #185 and its PR #368) displays an observable list of data. But only the first N elements that can be displayed. Now that we have scrollable controls (issue #372, PR #373), I think it is time to marry it with the table fragment :)

Describe the solution you'd like
In the TableFragment there is a "data panel". It is the VBox showing the rows of the table. This VBox should be scrollable so you can see all elements by scrolling down.

Describe alternatives you've considered
Another way to give the user access to all elements of a table would be sorting or filtering, which are other features that could still be added to TableFragment (they still need their own issues).

Additional context
I am not sure if the ScrollableList currently fits the current implementation of TableFragment. Maybe one of them needs a little update, but I didn't have a thorough look at ScrollableList (but I implemented TableFragment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant