are there any good resources on Ext js dashboard with detailed examples ?
like adding dynamic components to the dashboard.
My requirement is:
Already there are html divs with content ( different types of content like calendar, information, grids etc )
I want to make these divs draggable and resizable. ( html divs to extjs component )
And i want to save this layout to db and load this layout in different page.
i want to make similar layout like this in Ext JS using dashboard.
https://docs.sencha.com/extjs/5.1.3/...Dashboard.html
Please help me