We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.
Documentation menu

reportchange

reportchange:String

This event is triggered when a report is changed in the component whether by a user or by code. Use it for tracking any changes in a report object.

Example

webdatarocks.on('reportchange', function() {
    alert('Report has been changed!');
});

Try it in the CodePen demo.

See also