InFilterValueResult
Result when providing custom values for the IN Column Filter
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| skipDefaultSearch | If true, AdapTable will not filter the list using the current search value |
| values | List of Items to display in the IN Column Filter |
Property Details
skipDefaultSearch
If true, AdapTable will not filter the list using the current search value
TypeScript
skipDefaultSearch?: boolean;Property Value
boolean
values
List of Items to display in the IN Column Filter
TypeScript
values: InFilterValue[];