Open tonosama-atlacatl opened 8 years ago
How to reproduce:
_datagrid.setColumns(allVisibleColumns); // Where 'allVisibleColumns' are visible = true
The Problem: Newly visible columns with selected rows are missing the 'selected' css rule. So their background never shows as 'selected'.
BTW, a quick work-around for this issue is:
When reseting the visible columns, call:
_rsm.setSelectedRows(_selectedIndices); // Where _rsm = RowSelectionModel
How to reproduce:
_datagrid.setColumns(allVisibleColumns); // Where 'allVisibleColumns' are visible = true
The Problem: Newly visible columns with selected rows are missing the 'selected' css rule. So their background never shows as 'selected'.