type RowModelFactory<TData> = (table) => () => RowModel<LegacyFeatures, TData>;Defined in: react-table/src/useLegacyTable.ts:177
Row model factory function type from v8 API
TData extends RowData
Table<LegacyFeatures, TData>
(): RowModel<LegacyFeatures, TData>;RowModel<LegacyFeatures, TData>