nadbm / react-datasheet

Excel-like data grid (table) component for React
https://nadbm.github.io/react-datasheet/
MIT License
5.39k stars 457 forks source link

Allow Tab key in order to go out from the DataSheet to focus other DOM elements #308

Open vivaslj1 opened 2 years ago

vivaslj1 commented 2 years ago

is there any way to press tab-key when last cell is focused (last-row / last-column) to change focus on the next element of the dom?, maybe modifiying cell-renderer?

Default behaviour in a web is press tab-key in order to change focused element, but when click on datasheet, i can not move with tabkey anywhere unless i click on other dom element.

Any help greatly received!