We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

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