Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • reportfileloaded

    [starting from version: 2.3]

    It is triggered when the component loaded a report file. Next, the component starts the process of loading the data. For tracking that process use loadingdata.

    Example

    flexmonster.on('reportfileloaded', function () {
      alert('Report file loaded!');
    });
    

    See also

    ready
    update
    reportchange
    loadingdata