interface GridDetailPanelState {
    contentCache: Record<GridRowId, ReactNode>;
    expandedRowIds: GridRowId[];
    heightCache: DetailPanelHeightCache;
}

Properties

contentCache: Record<GridRowId, ReactNode>
expandedRowIds: GridRowId[]
heightCache: DetailPanelHeightCache