Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • 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/Type Description
    params
    Object
    Contains information about the event.
    params.hierarchy
    ResultHierarchyObject
    Describes the field for which the filter pop-up window was opened.

    Example

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

    Open the example on JSFiddle.

    See also

    reportcomplete
    filterclose
    openFilter