UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 174 B
export const makeColumnByIndex = (grid) => { return (index) => { const v = grid.state.columnMeta.get().columnsVisible; return v[index] ?? null; }; };