❄️✨Ho-ho-holiday offer for new projects! Check out our pricing page.
All documentation
  • reportcomplete

    [starting from version: 2.3]

    It is triggered when OLAP structure or data from the report, localization file, and all data source files were loaded successfully and the grid or chart was rendered. This event means the operations can be performed with the component.

    API calls that depend on the event

    The following API calls can be used only after the reportcomplete event is triggered:

    Example

    pivot.on('reportcomplete', function () {
    alert('Report completed!');
    });

    Live example

    See also

    reportchange