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

    removeAllConditions()

    [starting from version: 1.5]

    Removes all conditional formatting rules.

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

    Example

    To remove all conditional formatting rules for the report use removeAllConditions(), as follows:

    flexmonster.removeAllConditions();
    flexmonster.refresh();

    Open on JSFiddle.

    See also

    addCondition
    getCondition
    getAllConditions
    removeCondition
    refresh
    Conditional formatting guide