allows skipping disabled cells when using the Tab key to navigate to the next cell #357
cdsys-mickey
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Typically, users cannot and should not input data in disabled cells. It would be more convenient to directly jump to the next available cell.
I tried to use useEffect when focus on disabled cell. However, I realized that implementing this feature at DataSheetGrid.onKeyDown would be more reasonable, Or provide a callback to intercept the Tab logic.
Thanks for your attention!
Beta Was this translation helpful? Give feedback.
All reactions