angular-ui/ui-grid

feat(hovering): Ability to apply hover effects on entire row

Open

#5,365 opened on Apr 28, 2016

View on GitHub
 (2 comments) (2 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
good first issue

Description

Currently there is no way via CSS to apply a :hover effect when using multiple viewports (which happen when using things such as ui-grid-pinning, ui-grid-grouping, etc).

Using ui-grid-selection as a starting example, ui-grid-hovering can be written as something like: http://plnkr.co/edit/SG8GCH9O3GKLAxKjrnjn?p=preview.

Contributor guide