UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

7 lines (6 loc) 219 B
export const makeRowDetailIsExpanded = (grid) => { return (rowOrId) => { const id = typeof rowOrId === "string" ? rowOrId : rowOrId.id; return grid.state.rowDetailExpansions.get().has(id); }; };