Skip to content

Commit 3f83993

Browse files
ci: apply automated fixes
1 parent 5b2fad4 commit 3f83993

File tree

544 files changed

+26015
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+26015
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_count
3+
title: aggregationFn_count
4+
---
5+
6+
# Function: aggregationFn\_count()
7+
8+
```ts
9+
function aggregationFn_count(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:162](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L162)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_extent
3+
title: aggregationFn_extent
4+
---
5+
6+
# Function: aggregationFn\_extent()
7+
8+
```ts
9+
function aggregationFn_extent(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:70](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L70)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_max
3+
title: aggregationFn_max
4+
---
5+
6+
# Function: aggregationFn\_max()
7+
8+
```ts
9+
function aggregationFn_max(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:47](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L47)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_mean
3+
title: aggregationFn_mean
4+
---
5+
6+
# Function: aggregationFn\_mean()
7+
8+
```ts
9+
function aggregationFn_mean(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:96](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L96)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_median
3+
title: aggregationFn_median
4+
---
5+
6+
# Function: aggregationFn\_median()
7+
8+
```ts
9+
function aggregationFn_median(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:118](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L118)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_min
3+
title: aggregationFn_min
4+
---
5+
6+
# Function: aggregationFn\_min()
7+
8+
```ts
9+
function aggregationFn_min(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:23](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L23)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_sum
3+
title: aggregationFn_sum
4+
---
5+
6+
# Function: aggregationFn\_sum()
7+
8+
```ts
9+
function aggregationFn_sum(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:7](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L7)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_unique
3+
title: aggregationFn_unique
4+
---
5+
6+
# Function: aggregationFn\_unique()
7+
8+
```ts
9+
function aggregationFn_unique(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:142](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L142)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
id: aggregationFn_uniqueCount
3+
title: aggregationFn_uniqueCount
4+
---
5+
6+
# Function: aggregationFn\_uniqueCount()
7+
8+
```ts
9+
function aggregationFn_uniqueCount(
10+
columnId,
11+
leafRows,
12+
childRows): any
13+
```
14+
15+
## Parameters
16+
17+
**columnId**: `string`
18+
19+
**leafRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
20+
21+
**childRows**: [`Row`](../type-aliases/row.md)\<`any`, `any`\>[]
22+
23+
## Returns
24+
25+
`any`
26+
27+
## Defined in
28+
29+
[fns/aggregationFns.ts:152](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L152)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: assignAPIs
3+
title: assignAPIs
4+
---
5+
6+
# Function: assignAPIs()
7+
8+
```ts
9+
function assignAPIs<TFeatures, TData, TObject, TDeps, TDepArgs>(obj, apis): void
10+
```
11+
12+
Takes a static function, looks at its name and assigns it to an object with optional memoization and debugging.
13+
14+
## Type Parameters
15+
16+
**TFeatures** *extends* `Partial`\<`Record`\<`TableFeatureName`, [`TableFeature`](../interfaces/tablefeature.md)\>\>
17+
18+
**TData** *extends* [`RowData`](../type-aliases/rowdata.md)
19+
20+
**TObject** *extends* `Record`\<`string`, `any`\>
21+
22+
**TDeps** *extends* readonly `any`[]
23+
24+
**TDepArgs**
25+
26+
## Parameters
27+
28+
**obj**: `TObject` *extends* `Record`\<`string`, `U`\> ? `U` : `never`
29+
30+
**apis**: `API`\<`TDeps`, [`NoInfer`](../type-aliases/noinfer.md)\<`TDepArgs`\>\>[]
31+
32+
## Returns
33+
34+
`void`
35+
36+
## Defined in
37+
38+
[utils.ts:201](https://github.com/TanStack/table/blob/main/packages/table-core/src/utils.ts#L201)

0 commit comments

Comments
 (0)