Members


<inner> When we filter by {string} equal to {string} having Id {string}

Description

Adds "equals" condition for the specified filter field

Parameters
Name Type Description
field string

name of the field

text string

textual representation of the filter value

id string

id of the filter value

Examples
When we filter by "Customer" equal to "John Doe" having Id "01234"

<inner> When we filter by {string} equal to {string}

Description

Adds "equals" condition for the specified filter field

Parameters
Name Type Description
field string

name of the field

text string

textual representation of the filter value

Examples
When we filter by "Customer" equal to "01234"

<inner> When we filter by {string} greater than {int}

Description

Adds "greater than" condition for the specified filter field

Parameters
Name Type Description
field string

name of the field

value string

the value to compare with

Examples
When we filter by "Customer" greater than "01234"

<inner> When we show the adapt filter dialog

Description

Opens the dialog to adapt the field filter

Examples
When we show the adapt filter dialog

<inner> When we select field {string} in adapt filter

Description

Selects the specified field the adapt filter dialog

Parameters
Name Type Description
columnName string

name of the column to add to the filter

Examples
When we select field "Customer" in adapt filter

<inner> When we select all fields in adapt filter

Description

Selects all fields the adapt filter dialog

Examples
When we select all fields in adapt filter

<inner> When we apply the adapt filter

Description

Applies the field selection in the adapt filter dialog

Examples
When we apply the adapt filter