DataView and Sync

Hi,
i’ve got a dataCollection which have to sync with a dataView.
Is there a way to trigger when syncing is ready ?
so i can start an orhter event/function

Thnx

Hello @wimk ,
In your case would be useful to apply such events as
onSyncApply which fires the moment sync() method is applied
and
onStoreLoad which fires after data is loaded from external resource