sets filters for the specified fields
filters | object | a hash with fields names and related filter configuration objects |
pivot.setFiltersValues({
"form":{filter: "republic", operation: "ct",values: ["Republic"]},
"name":{filter: "a", operation: "ct",values: ["Argentina","Austria"]}
});
Each element of the hash with filters presents a key:value pair, where the key is the id of the field and the value is the configuration of the filter.
Each filter configuration object contains the following properties: