# AppTablePropsWithoutSelector

# Interface: AppTablePropsWithoutSelector

Defined in: [types.ts:588](https://github.com/TanStack/table/blob/main/packages/octane-table/src/types.ts#L588)

Props for AppTable component — without selector.

## Properties

### children

```ts
children: unknown;
```

Defined in: [types.ts:589](https://github.com/TanStack/table/blob/main/packages/octane-table/src/types.ts#L589)

***

### selector?

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

Defined in: [types.ts:590](https://github.com/TanStack/table/blob/main/packages/octane-table/src/types.ts#L590)
