Which is the best way to layout a grid with infinite scroll that should load items dynamically when it scrolls down ? i leave a rough image of what i'm trying to do.. black boxes are the items on a grid.
example.png
Thanks.
Which is the best way to layout a grid with infinite scroll that should load items dynamically when it scrolls down ? i leave a rough image of what i'm trying to do.. black boxes are the items on a grid.
example.png
Thanks.
Have the layout and detect scrolling to add/remove items.
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
But how would be the best way to achieve a grid with the Sencha Touch layouts? I need some accomodation of the boxes and there is no "Table" nor "Grid" layout in Touch.