angular-ui/ui-grid

ui-grid-selection with ocLazyLoad: row not changing color when selected

Open

#6,065 opened on Mar 8, 2017

View on GitHub
 (6 comments) (0 reactions) (1 assignee)JavaScript (2,496 forks)batch import
help wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

hi, today i try 4.0.2 from 3.1.1 i use the ui-grid-selection, with enableRowSelection: true in this new version, the selection is not displayed (the selected row doesn't change it's color)

i try again 3.1.1 and 3.2.9, and it's working fine, but starting v4.0.0 the selected row color not changing the $scope.gridApi.selection.getSelectedRows()[0] is working, i can get the selected row data in any version

Contributor guide