Get the information about the active filtering scheme.
The callback function.
Get the information about all filter columns that do not have the default value selected in all filtering schemas.
How the filter values should be returned. Note, for some filter types like the checkbox hierarchy filter, the value can contain large amounts of data. Checkbox hierarchy filters that loads data on request will return an empty list.
The callback function.
Get the information about a filter column.
The filtering scheme name where the filter column is located.
The data table name in which the filter column is located.
The name of the filter column.
How the filter values should be returned. Note, for some filter types like the checkbox hierarchy filter, the value can contain large amounts of data. Checkbox hierarchy filters that loads data on request will return an empty list.
The callback function.
Get the information about the active filtering scheme.
The name of the filtering scheme to get.
The callback function.
Get the information of all the filtering schemes in the document.
The callback function.
Get the information about all filter columns that do not have the default value selected.
The filtering scheme name where the filter columns are located.
How the filter values should be returned. Note, for some filter types like the checkbox hierarchy filter, the value can contain large amounts of data. Checkbox hierarchy filters that loads data on request will return an empty list.
The callback function.
Resets all filters to the default values.
Set the value(s) of a filter column.
The filter column and its value(s).
Option how the filtering should be applied.
Apply new values to a list of filters.
The filter columns and their values.
Option how the filtering should be applied.
Contains filtering related functionality. This object is created when the document is loaded. To get an instance of this object use the Document.filtering property.
Since
3.1