We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
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