All documentation

removeAllConditions

removeAllConditions()

Removes all conditional formatting rules.

Use the refresh() API call after to redraw the component and see changes.

Example

pivot.removeAllConditions();
pivot.refresh();

Open on JSFiddle.

See also

addCondition()
getCondition()
getAllConditions()
removeCondition()
refresh()
Conditional formatting guide