Reputation: 57
I am developing a sencha touch 2 app. My app should authenticate a user and load a dynamic dashboard according to user authorization (could be different menu icons for different users).
My question: which sencha touch 2 component is more suitable for dynamic dashboard (menu) creation? I guess my dashboard look like as shown in the following picture:
Can anyone help me? Thanks
Upvotes: 0
Views: 1546
Reputation: 5021
This is very much like thumbnail gallery/list shown in Touch Style example bundled with Sencha touch library in examples folder. As @TDeBailleul said this can be done with DataView but if you feel that is little tricky or touch you can use template approach easily.
Upvotes: 2