There's no reason that TableRow should be focusable by tabIndex as default because the content within TableRow will automatically be focusable if they are interactive elements.
By removing the tabIndex we have the same tab-behaviour as material and bootstrap tables.
Description
There's no reason that TableRow should be focusable by tabIndex as default because the content within TableRow will automatically be focusable if they are interactive elements.
By removing the tabIndex we have the same tab-behaviour as material and bootstrap tables.
Related Issue(s)
Verification
Documentation