Need a special offer?Find out if your project fits.
+
API reference
  • API Reference for older versions
  • Table of contents

    dataloaded

    [starting from version: 2.3]

    It is triggered when the component loaded data. To track when the data starts loading, use loadingdata. To track possible errors, use dataerror.

    Note For "microsoft analysis services" and "api" data source types, use olapstructureloaded.

    Example

    flexmonster.on('dataloaded', function () {
      alert('Data loaded!');
    });

    Check out the example on JSFiddle.

    See also

    loadingdata
    dataerror
    olapstructureloaded