Hello,
On HT 9, the visual index of the column seems not considering the hidden columns. I am not sure if this is by design or if this is already a known issue.
Here is the fiddle. By clicking the button ‘select column’, it should always select the forth (visual index = 3) column. However, after hide the column ‘C’, it still select column ‘D’ which I would expect it should select Column ‘E’
https://jsfiddle.net/guobacai/46gcnaLz/22/
Step:
- Click the button ‘select column’, it should select column ‘D’
- Right click the column ‘C’ and click the ‘Hide Column’. Make sure the column ‘C’ is hidden.
- Click the button ‘select column’ again and the column ‘E’ is supposed to be selected.
Actual result: The column ‘D’ is still selected.
Let me know if you need more information.
Thanks,