We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

exportcomplete

[starting from version: 2.3]

It is triggered when the export is complete. To track when the export process starts, use exportstart.

Example

pivot.on('exportcomplete', function () {
alert('Exporting completed!');
});

Check out the example on JSFiddle.

See also

exportstart
exportTo