Open hoshie82 opened 6 months ago
I think this is same as this one: https://github.com/vaadin/web-components/issues/3275
@TatuLund looks similar for the tabindex-issue.. but this does not fix the problem with the reordering?!
This is caused by the cell handling within the row i think!? Solving 3275 would only provide a workaround?!
Description of the bug
If you're setting the tabIndex for a field in a grid manually, it is completely ignored.
If you're reordering columns and focussing the fields again, the order for moving through the cells with tab is not updated. Only if the grid is detached and attached again, the order after reordering works
Expected behavior
The tabIndex was just a attempt for a workaround.. Reordering is more important for me...
If you reorder the columns, the focus order with tab should be updated, so focussing the first column, pressing tab should focus the second column.
Minimal reproducible example
expected:
Versions