angular-ui/ui-grid

Disabled expandable row double click glitch

Open

#6,839 opened on Sep 4, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
good first issuegrid-expandable

Repository metrics

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

Description

When double clicking disabled expandable rows in a grid with enableRowSelection: true and enableRowHeaderSelection: false then the subgrid might appear.

Please check this plunkr, issue occurs when double clicking 'disabled' expandable rows. When double clicking and click again then the subgrid is shown.

Contributor guide