angular-ui/ui-grid

ExpandableRowHeight not working

Open

#2,551 创建于 2015年1月14日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wantedtype: bug

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南