I have table which has many column, so there is a horizontal scroll bar.
let's say I have 10 column, 7 are visible, 3 are not. the problem I have now is:
- if the cell is invisible and it has value, when I use tab navigate to that cell and set focus to that input, the horizontal scrollbar didn't scroll to the column. if that cell is empty, it will scroll and make that column visible.
- the cell which has value, it will select all the value(highlighted) when get focused, is there a way to manipulate the behavior?