@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
19 lines (18 loc) • 485 B
JavaScript
export const emptyRowDataSource = {
init: () => { },
rowById: () => null,
rowByIndex: () => null,
rowExpand: () => { },
rowUpdate: () => { },
rowToIndex: () => null,
rowAllChildIds: () => [],
rowSelect: () => { },
rowSelectAll: () => { },
rowAdd: () => { },
rowDelete: () => { },
rowSetBotData: () => { },
rowSetCenterData: () => { },
rowSetTopData: () => { },
rowAreAllSelected: () => false,
inFilterItems: () => [],
};