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

Selected table row is wrong after changing sort #41

Open
rohrlich opened this issue Jul 16, 2021 · 2 comments
Open

Selected table row is wrong after changing sort #41

rohrlich opened this issue Jul 16, 2021 · 2 comments

Comments

@rohrlich
Copy link
Contributor

Sorting on a different column should keep the "logically" selected row

@rcoreilly
Copy link
Member

added code to maintain selections after updates -- also in base giv code for new / delete -- but current impl is not updating widgets even though sel is correct.

@rcoreilly
Copy link
Member

above fixed; note: to do the original request: cache underlying rows of table (not index view rows) and then re-establish those -- requires looking up each row in index view -- a bit expensive.

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