Create dashboard with Webix

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 ?

@maksim

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.

  • How, then, are the respective views loaded?
  • More generally: what are best practices to dynamically attach views to other views in webix (esp. as subordinated views)?

I’ll be grateful for any clarification.