dataloaded: String
The event is triggered once the component loads data.
webdatarocks.on('dataloaded', function(){ alert('Data loaded!');});
Check out the CodePen example.
ON THIS PAGE