-
Notifications
You must be signed in to change notification settings - Fork 2
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
SSDataGrid data filtering #127
Comments
Not to mention column sorting. |
See #7 |
Hopefully we can just use the table sorting that comes with glazed and won't have to roll our own. |
Changing title to remove GlazedLists, not that Glazed isn't an option. But turns out the Swing JTable sorter has filtering capabilites. So the issues
|
errael
changed the title
SSDataGrid data filtering using GlazedLists
SSDataGrid data filtering
Feb 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have a fixed idea of how this should work, but GlazedLists seems to provide some options for filtering table rows. Could be a nice feature:
https://glazedlists.github.io/glazedlists-tutorial/
The text was updated successfully, but these errors were encountered: