☝️Small business or a startup? See if you qualify for our special offer.
+
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