-
|
Could we add the ability to navigate between numeric editor cells by only using the arrow keys? I know this is possible in Tabulator 6.3. All I need to do there is specify verticalNavigation as "table" in my editorParams. However, doesn't seem to work on the anvil tabulator. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
could you create a minimal example clone link that you'd expect to work, then i can take a look |
Beta Was this translation helpful? Give feedback.
-
|
Here is a minimal example: https://anvil.works/build#clone:7QOANFFIMH5BUZ3E=IK4FYQANBGAHA63YNLRI4IIM|null Tabulator docs specify the following:
Thanks @s-cork |
Beta Was this translation helpful? Give feedback.
-
|
you need the
|
Beta Was this translation helpful? Give feedback.
you need the
KeybindingsmoduleTabulator.modules.add("Keybindings")should do it