UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 200 B
export const getRootCell = (grid, rowIndex, columnIndex) => { const c = grid.api.cellRoot(rowIndex, columnIndex); if (!c || c.kind === "full-width") return null; return c.root; };