☝️Small business or a startup? See if you qualify for our special offer.
+
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