# aggregationFn_min

# Variable: aggregationFn\_min

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

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

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

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