[starting from version: 2.3]
It is triggered when the filter pop-up window is opened.
Data passed to the handler
params
– Object. It contains the following parameters of the filter pop-up window:
hierarchy
– Object. It describes hierarchy.Example
flexmonster.on('filteropen', function (params) { alert('The filter is opened!'); });
Open the example on JSFiddle.
See also