getFiltersValues

returns all filters applied to Pivot fields

object getFiltersValues();

Returns

objecta hash of objects with the names of fields and configuration objects of filters

Example

pivot.getFiltersValues();

Details

Each filter configuration object includes the following attributes:

  • operation - (string) the type of the filtering operation
  • filter - (string) the input value to compare with possible values of the field
  • values - (array) an array of data values matching to the input value
See also
Back to top