Skip to content

Filter

The Filter class is used to define filters in RecordsView control. Applying filters will limit the portion of the data RecordsView control displays.

Constructor:

  • constructor(field: string | Field, op?: WhereOperator, value?: any )
    Creates a Filter object instance.