Hello
I have this sap.m.Table where I have a mix of Input Fields and Select UI Elements, and I am looking to enable Tab browsing for these UI elements. So if you are on a Input field, and you press Tab - it should go to the next Select or Input Field.
Seems like the Table has inbuilt support for keyboard, but for some reasons - it does not work. I am on sapui5 version of 1.38.19
Here is screenshot of what it may look like

As you see, I have Select Dropdowns and Input Fields in different rows of the Table. How do I enable Tab browsing between them?
Any inputs/hints are welcome.
Thanks
Sandip