cjkao / slickdart

dart - slickgrid port
MIT License
23 stars 4 forks source link

New visible column does not set "selected" style on selected rows. #56

Open tonosama-atlacatl opened 8 years ago

tonosama-atlacatl commented 8 years ago

How to reproduce:

_datagrid.setColumns(allVisibleColumns); // Where 'allVisibleColumns' are visible = true

The Problem: screen shot 2016-04-15 at 11 50 44 am Newly visible columns with selected rows are missing the 'selected' css rule. So their background never shows as 'selected'.

tonosama-atlacatl commented 8 years ago

BTW, a quick work-around for this issue is: