UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 172 B
export function fullWidthStartEndIndex(grid) { const meta = grid.state.columnMeta.get(); const lastIndex = meta.columnsVisible.length; return [0, lastIndex]; }