angular-ui/ui-grid

Last few subgrids in expandable grid don't align with their "+" icon

Open

#2.863 geöffnet am 27. Feb. 2015

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.496 Forks)batch import
good first issuetype: bug

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello,

I am working with expandable grid with version ui-grid RC 20.

I started from the ui-grid site,example in http://ui-grid.info/docs/#/tutorial/306_expandable_grid

I defined a template as follows:

Then, I defined gridOptions with expandableRowHeight: 140.

But when I scroll in the table with all element expanded, the last subgrid contents are not aligned with "+" icon.

My plnkr example is in:

http://plnkr.co/edit/CZOnLkPnj1EaF1JAYneI?p=preview

Contributor Guide