Pricing changes are coming in January. Contact our Sales team to secure the current price for your desired license.
All documentation
  • API Reference for older versions
  • 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