Tabbing through a table row

With a table component it appears tabbing across the fields in a row doesn’t work. It instead tabs down the page to a different part of the component. Is there a setting to allow tabbing across fields in a table? The example would be when a new row is created and a user is doing data entry, they have to click each field individually instead of hitting tab and going to the next field.

Hey Grant, good to see you around here! :wave: What table mode are you using?

With the table in edit or inline-edit mode, you should use the arrow keys to navigate between fields and enter. Docs: Keyboard Shortcuts > Navigate within a v2 table

Data grid mode, on the other hand, allows you to tab through the fields. Docs: Table > Data Grid Mode Keyboard Shortcuts

Does that make sense?