In the Angular table, how can I make the cursor move to the next input field when the tab key is pressed? Essentially, when the tab key is pressed in a cell, I want the cursor to move to the next cell from left to right. For example, in the screenshot below, I am currently editing the name field and pressing tab should move the cursor to the weight field, and then to the symbol field and so on. It should skip fields that are not clickable or don't have pointer events. Any help or ideas would be greatly appreciated.
#Check out my StackBlitz:
https://stackblitz.com/edit/am-all-imports-65vtbu?file=app%2Fapp.component.ts
#Screenshot: