UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 150 B
export function isStartRect(grid, rect) { const meta = grid.state.columnMeta.get(); return rect.columnStart < meta.columnVisibleStartCount; }