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

[DataGrid] Keyboard navigation not working when rows are filtered #2335

Closed
2 tasks done
m4theushw opened this issue Aug 13, 2021 · 0 comments · Fixed by #2336
Closed
2 tasks done

[DataGrid] Keyboard navigation not working when rows are filtered #2335

m4theushw opened this issue Aug 13, 2021 · 0 comments · Fixed by #2336
Assignees
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module!

Comments

@m4theushw
Copy link
Member

  • The issue is present in the latest release.
  • I have searched the issues of this repository and believe that this is not a duplicate.

Current Behavior 😯

Navigating with the keyboard when the rows are filtered doesn't work.

Expected Behavior 🤔

It should allow to navigate between cells when the rows are filtered.

Steps to Reproduce 🕹

Steps:

  1. Open https://material-ui.com/components/data-grid/demo/
  2. Add a filter to a column
  3. Use the keyboard to navigate between cells

Context 🔦

This is a regression from #1289
Noticed while working in #2326 (comment)
We also had a comment about this in #1822 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant