Replies: 1 comment
-
I added a draft PR here: #1269 Not sure if this is the best way to accomplish this, feel free to say no. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Would you be open to having tableCellProps processed before cellKeyboardShortcuts() here? I want to customize the default behaviour (specifically, I have a rating object inside a cell, and I'd like to focus on that object if the user enters into the cell with space/enter and ignore left/right keypresses until they leave the cell). Right now I can't do this because the default events fire first. I think I could use stopPropagation if we swap the order here.
material-react-table/packages/material-react-table/src/components/body/MRT_TableBodyCell.tsx
Line 235 in 317a87c
Beta Was this translation helpful? Give feedback.
All reactions