# AppTablePropsWithoutSelector

# Interface: AppTablePropsWithoutSelector

Defined in: [createTableHook.tsx:277](https://github.com/TanStack/table/blob/main/packages/react-table/src/createTableHook.tsx#L277)

Props for AppTable component - without selector

## Properties

### children

```ts
children: ReactNode;
```

Defined in: [createTableHook.tsx:278](https://github.com/TanStack/table/blob/main/packages/react-table/src/createTableHook.tsx#L278)

***

### selector?

```ts
optional selector: undefined;
```

Defined in: [createTableHook.tsx:279](https://github.com/TanStack/table/blob/main/packages/react-table/src/createTableHook.tsx#L279)
