UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 143 B
export function isTopRect(grid, rect) { const topCount = grid.state.rowDataStore.rowTopCount.get(); return rect.rowStart < topCount; }