InFilterValueResult

Result when providing custom values for the IN Column Filter

TypeScript
export interface

Properties

PropertyDescription
skipDefaultSearchIf true, AdapTable will not filter the list using the current search value
valuesList 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[]