# AppTableComponent

# Interface: AppTableComponent()\<_TFeatures\>

Defined in: [createTableHook.tsx:337](https://github.com/TanStack/table/blob/main/packages/solid-table/src/createTableHook.tsx#L337)

Component type for AppTable - root wrapper with optional Subscribe

## Type Parameters

### _TFeatures

`_TFeatures` *extends* `TableFeatures`

```ts
AppTableComponent(props): Element;
```

Defined in: [createTableHook.tsx:338](https://github.com/TanStack/table/blob/main/packages/solid-table/src/createTableHook.tsx#L338)

Component type for AppTable - root wrapper with optional Subscribe

## Parameters

### props

[`AppTableProps`](AppTableProps.md)

## Returns

`Element`
