UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 129 B
export const makeRowById = (grid) => { return (id) => { return grid.state.rowDataSource.get().rowById(id); }; };