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

querycomplete

[starting from version: 2.3]

It is triggered after the data query was complete. To track any errors use queryerror.

Example

pivot.on('querycomplete', function () {
alert('Query is complete!');
});

Try on JSFiddle.

See also

runningquery
queryerror