# aggregationFn_max

# Variable: aggregationFn\_max

```ts
const aggregationFn_max: AggregationFn<any, any>;
```

Defined in: [fns/aggregationFns.ts:65](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L65)

Finds the maximum numeric child-row value for a grouped column.

Nullish and non-number values are ignored. Returns `undefined` when no
numeric value is found.
