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

Table Context improvements #1071

Open
CarlosNZ opened this issue Mar 17, 2022 · 0 comments
Open

Table Context improvements #1071

CarlosNZ opened this issue Mar 17, 2022 · 0 comments
Labels

Comments

@CarlosNZ
Copy link
Contributor

CarlosNZ commented Mar 17, 2022

Ideas that came up as part of keyboard shortcut discussion:

  • Handle "clicking" of table rows by keyboard better by registering "clickers" with each table row. Couple of possible implementations here
  • Combine basic property hooks into one, as per this comment
  • Store current (local) sort order in an array of IDs (so it doesn't automatically re-sort when values change, only when sort headers explicitly clicked (see comment)
  • Table should remember sort (and filter?) state when you go back to it after a detail view. (Actually, I think all tables should remember their last state, even after closing the app -- so can we save table state in localStorage?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant