Dashboard - Loading async (SOLVED)

Hello,

I’ve having a tough time figuring out how to load data from the server into Dashboard panels. I’ve created my dashboard based off of this blog.

I’ve been successful in creating an async view (using Webix Jet) of the dashboard where all of the data is pulled for every report upon initialization.

But I’d like to only pull data for panels that are being viewed. So if the user drags/drops a different report, I’d like to be able to make an ajax call to retrieve that data at that time rather than pulling all data for all reports.

Does anyone have any idea how I might do this?

Could you share your experience how to solve ?