Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ColumnFilter

Filters that are applied to the data at the column level.

Properties

expressions

expressions: Array<string>

An array of expressions based on the operator type. A filter may have one or more expressions.

fieldName

fieldName: string

Name of the column on which the filter must be applied.

isEnabled

isEnabled: boolean

Indicates whether the filter is enabled. Values can either be 'true' or 'false'.

isHidden

isHidden: boolean

Indicates whether the filter is hidden. Values can either be 'true' or 'false'.

operator

operator: Operator

Specifies the type of operator that must be applied for example in, eq etc.

Functions

getDeserializedJsonObj

getJsonObj