Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • removeCondition

    removeCondition(id: String)

    [starting from version: 1.5]

    Removes the conditional formatting rule by id.

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

    Parameters

    Parameter/Type Description
    id
    String
    The id of the conditional formatting rule.

    Example

    To remove the conditional formatting rule by id use removeCondition(), as follows:

    var id = 1;
    flexmonster.removeCondition(id);
    flexmonster.refresh();

    Check out on JSFiddle.

    See also

    addCondition
    getCondition
    getAllConditions
    removeAllConditions
    refresh
    Conditional formatting guide