'How to implement accessibility using keyboard arrows for tabulator (easiest way)
I want to implement keyboard navigation for tabulator table. It should support up, down, left, right arrows and accordingly focus should move between cells and rows. Basically I want to implement something like this
So by doing minimum changes how can I achieve this?
Solution 1:[1]
If the table contains read only data then it is not navigable, only editable cells can have focus in Tabulator.
If you have a look at the Editors Example you can see that if you give a cell focus you can then navigate around the table using the arrow and tab keys
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Oli Folkerd |
