removeAllConditions()
[starting from version: 1.5]
Removes all conditional formatting rules.
Use refresh()
API call after to redraw the component and see changes.
To remove all conditional formatting rules for the report use removeAllConditions()
, as follows:
pivot.removeAllConditions();
pivot.refresh();
Open on JSFiddle.
addCondition
getCondition
getAllConditions
removeCondition
refresh
Conditional formatting guide