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
  • removeCondition

    removeCondition(id: String)

    Removes the conditional formatting rule by id.

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

    Parameters

    Parameter/TypeDescription
    id
    String
    The id of the conditional formatting rule.

    Example

    let id = "1";
    pivot.removeCondition(id);
    pivot.refresh();

    Check out on JSFiddle.

    See also

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