Skip to content

Home > @liquidrazor/list-display > FieldFilterConfig > normalize

FieldFilterConfig.normalize property

Normalizes a raw value from the row into something that can be used for generic filtering / searching.

Signature:

typescript
normalize?: (value: TValue, row: TRow) => string | number | boolean | null;