We have changed our pricing. Flexmonster Software License Agreement was also updated (list of changes)
All documentation
  • API Reference for older versions
  • getAllConditions

    getAllConditions(): Array

    Returns a list of conditional formatting rules of the report. You may need this API call to edit existing conditional formatting rules.

    Returns

    Array of ConditionalFormatObjects that describe the conditional formatting rules.

    Example

    let conditions = pivot.getAllConditions();

    Try the example on JSFiddle.

    See also

    addCondition()
    getCondition()
    removeCondition()
    removeAllConditions()
    Conditional formatting guide