removeAllConditions()
Removes all conditional formatting rules.
Use the refresh() API call after to redraw the component and see changes.
pivot.removeAllConditions();pivot.refresh();
Open on JSFiddle.
addCondition()getCondition()getAllConditions()removeCondition()refresh()Conditional formatting guide
In this guide