InFilterValueResult

Result when providing custom values for the IN Column Filter

TypeScript
export interface

Properties

PropertyTypeDescription
skipDefaultSearchbooleanIf true, AdapTable will not filter the list using the current search value
valuesInFilterValue[]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[];
Property Value

InFilterValue[]