Hey handsontable, I am trying to implement the space shortcut for a custom rendered checkbox, I know for a fact the space shortcut comes built into handsontable and it works perfectly with HotColumn type checkbox, but when I set a rendered component as in here https://codesandbox.io/s/declaring-a-custom-renderer-as-a-component-hexfj?from-embed=&file=/src/index.js it does not. Here is a sandbox I created using React to reproduce the issue https://codesandbox.io/s/proud-thunder-89lwh?file=/src/index.js.
How come someone achieve to use space shortcut with a custom rendered?
Here are some related post I found:
- Checkbox cell type firing when checkbox in non-related custom editor changes, for an warning I am having I my sanbox
- Custom checkbox does not toggle with the space/enter, custom rendered checkbox shortcuts
Things I have tried:
- using the TD prop passed to custom rendered to add a event listener
- using handsontable beforeKeyDown
so far I have not been able to make it work