UNPKG

@1771technologies/lytenyte-pro

Version:

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

8 lines (7 loc) 254 B
export function isBottomRect(grid, rect) { const s = grid.state.rowDataStore; const rowCount = s.rowCount.get(); const botCount = s.rowBottomCount.get(); const bottomStart = rowCount - botCount; return rect.rowStart >= bottomStart; }