type LegacyTable<TData> = Table<LegacyFeatures, TData>;
Defined in: react-table/src/useLegacyTable.ts:348
TData extends RowData
Use Table<TFeatures, TData> with useTable instead.