TanStack
Table API Reference

CreateTableHookOptions

Type Alias: CreateTableHookOptions<TFeatures>

ts
type CreateTableHookOptions<TFeatures> = Omit<TableOptions<TFeatures, any>, "columns" | "data" | "state">;

Defined in: createTableHook.ts:11

Type Parameters

TFeatures

TFeatures extends TableFeatures