I am getting the data for the dataSource remotely by a request.
The response is then been saved in the Store.
I would like to know if there is an option to bind that data straight to the scheduler dataSource prop.
The way I find to make it works now is by creating a watcher on the computed saved data, and then binding the new value to the “this.$refs.scheduler.dataSource”.
This approach is not best practice, to say the least
I would like to know if there is a better approach you supporting and recommending (preferring without the Smart function)