Documentation menu
reportcomplete
reportcomplete:String
This event is triggered when the data from the report and localization file were loaded successfully and the grid was rendered.
It indicates that the work with the pivot table can be started. For instance, the pivot table is ready to receive API calls.
Example
webdatarocks.on('reportcomplete', function() {
alert('Report has been completed!');
});
Try it in the CodePen demo.