Hi All,
We have a UI5 table which gets created dynamically and does not have a static id assigned to it. In order to comply with usability standards, we need to make it usable without the use of mouse or any pointer device.
Thus, we need the user to be able to use the table by pressing 'tab' key and navigate across table columns. The previous posts i saw suggest to use a jquery plugin OR assign tab index based on id or classname. We cannot use th eplugin nor do we have static column ids.
How to implement tabbing in a dynamic UI5 table without a jquery plugin?
Looking forward to your replies,
Rutika