We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
All documentation
  • API Reference for older versions
  • filteropen

    [starting from version: 2.3]

    It is triggered when the filter pop-up window is opened.

    Data passed to the handler

    Parameter/TypeDescription
    params
    Object
    Contains information about the event.
    params.hierarchy
    ResultHierarchyObject
    Describes the field for which the filter pop-up window was opened.

    Example

    pivot.on('filteropen', function (params) {
    alert('The filter is opened!');
    });

    Open the example on JSFiddle.

    See also

    reportcomplete
    filterclose
    openFilter