标签: ag-grid
我需要在展开时更改主/明细行的高度,即单击某些按钮后。我到了要设定新高度this.gridOptions.detailRowHeight = 100;的地步。我只是不知道如何刷新网格以显示具有更改高度的主/细节。我尝试过api.resetRowHeights(),但它似乎只影响“父”行,而不影响扩展的行(主行/明细)。
this.gridOptions.detailRowHeight = 100;
api.resetRowHeights()