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

fieldslistclose

[starting from version: 2.3]

It is triggered when the built-in Field List is closed.

Example

pivot.on('fieldslistclose', function () {
alert('The Field List is closed!');
});

Check the example on JSFiddle.

See also

fieldslistopen