Hi all,
I have a table with an horizontal scroll and a link at last column. When I select a row in this table, horizontal scroll will auto navigate to the right. I found the problem come from the focus and the scroll. When I select a row in the table → the table will be focused, when it's focused, it will try to focus on the first input element (browser input like inputs, links, buttons) -> horizontal scroll will auto navigate to the right.
Could anyone give me a suggestion in this case ?
Thank you in advance