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

Support filtering of displayed rows in tables #265

Open
peterloron opened this issue Dec 1, 2022 · 1 comment
Open

Support filtering of displayed rows in tables #265

peterloron opened this issue Dec 1, 2022 · 1 comment

Comments

@peterloron
Copy link

Currently (0.10.4, OSX 13), there appears to be no way to filter what is shown in table views. It would be handy to be able to filter down to names matching a substring, or a particular scanlist, etc.

@hmatuschek
Copy link
Owner

For now, there is a search function (Cmd+F) that allows to search the tables. However, a filter/sort function (requires a wrapper model in the Qt MVC world) is certainly helpful. To this end, I would merge issue #264 with this one, as the same wrapper model (https://doc.qt.io/qt-5/qsortfilterproxymodel.html) will do both, filtering and sorting.

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

2 participants