Back to Table

AppTablePropsWithoutSelector

docs/framework/react/reference/index/interfaces/AppTablePropsWithoutSelector.md

8.21.3614 B
Original Source

Interface: AppTablePropsWithoutSelector

Defined in: createTableHook.tsx:277

Props for AppTable component - without selector

Properties

children

ts
children: ReactNode;

Defined in: createTableHook.tsx:278


selector?

ts
optional selector: undefined;

Defined in: createTableHook.tsx:279