Skip to content

Commit 5a31ff2

Browse files
committed
docs(angular): cleanup composable-tables.md
1 parent b9d485c commit 5a31ff2

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

docs/framework/angular/guide/composable-tables.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@ title: Composable Tables (Angular) Guide
1010

1111
`createTableHook` centralize your table configuration into a single factory call. It returns a set of typed functions — `injectAppTable`, `createAppColumnHelper`, and pre-typed injection helpers — that you use instead of the base APIs.
1212

13-
```ts
14-
import {
15-
createTableHook,
16-
tableFeatures,
17-
// features
18-
rowSortingFeature,
19-
rowPaginationFeature,
20-
columnFilteringFeature,
21-
// row models
22-
createSortedRowModel,
23-
createFilteredRowModel,
24-
createPaginatedRowModel,
25-
sortFns,
26-
filterFns,
27-
} from '@tanstack/angular-table'
28-
```
29-
3013
## Setup
3114

3215
Call `createTableHook` with your shared configuration and destructure the returned utilities:

0 commit comments

Comments
 (0)