DataFilter
mui-plus DataFilter Component
import
import { DataFilter } from 'mui-plus';
Properties
Name | Type | Default | Description |
---|---|---|---|
onChange | (newObject: FilterValueOf<Row>[]) => void | Value change handler for controlled mode | |
options | readonly OptionOf<Row>[] | Available options for the filter | |
size | "small" | "medium" | Filter chips size | |
value | FilterValueOf<Row>[] | [] | Actual filter value in controlled mode |