☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

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
FieldObjectReturned
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