# AppTablePropsWithoutSelector

# Interface: AppTablePropsWithoutSelector

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

Props for AppTable component - without selector

## Properties

### children

```ts
children: ReactNode;
```

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

***

### selector?

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

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