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
  • filterclose

    [starting from version: 2.6.8]

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

    Example

    pivot.on('filterclose', function () {
    alert('The filter is closed!');
    });

    Open the example on JSFiddle.

    See also

    filteropen
    openFilter