All documentation
  • API Reference for older versions
  • 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

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

    Check out the example on JSFiddle.

    See also

    loadingdata
    dataerror
    olapstructureloaded