angular-ui/ui-grid

ExpandableRowHeight not working

Open

#2.551 geöffnet am 14. Jan. 2015

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedtype: bug

Repository-Metriken

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

Beschreibung

I set the gridOption's expandableRowHeight attribute to 500 but it still seems to use the default 150px.

Looking into the issue further, it seems the ExpandableRowHeight is set correctly but the inner table's height does not change appropriately. If I set the expandableRowHeight to 100, the sub table actually overlaps the next row. If I set it to 500, there is a ton of white space after the sub table.

Contributor Guide