update:String
This event is triggered as soon as there were any changes in the component such as:
Use it to retrieve the information about the data source structure.
However, if there is a need to track the changes in a report
object, the best practice is to use the reportchange
event.
webdatarocks.on('update', function() { console.log('The component was updated!'); });
Try it in the CodePen demo.