Hi Webix !
I want to build my dashboard same here : http://webix.com/demos/admin-app/#!/app/dashboard. Can you help me ? Can you share me source code of dashboard ?
Hi Webix !
I want to build my dashboard same here : http://webix.com/demos/admin-app/#!/app/dashboard. Can you help me ? Can you share me source code of dashboard ?
The full source code of admin app can be checked here
The dashboard itself
https://github.com/webix-hub/webix-adminapp-demo/blob/master/views/dashboard.js
and its sub-elements
https://github.com/webix-hub/webix-adminapp-demo/tree/master/views/modules
Thank @maksim !
A tiny question about how actually the dashboard is implemented: I’m not sure whether I get how the subviews are getting initialized on menu click.
From what I understood the code, the sidebar and the right workspace layout are initialized on load.
I’ll be grateful for any clarification.