Open rogerwhite opened 11 years ago
Actually createGrid with the previous items cleared out works just fine.
Is there a way to trigger an event when the scroll of grids reaches the bottom? This would be useful to trigger an infinite scroll action
Hi rogerwhite. I'll be updating the widget very soon. I'll try to add what you suggest. Thanks for the tips!
That's awesome. If you can add a feature where at the end of the view, load more, it would be very very useful.
Another thing to note is in phones, when you load a large number of grids, it seems to crash. A method to be able to remove grids would also be be rather useful. Something like removeGrids(20) would remove the first 20 grids.
Thoughts?
Hello Pablo, do you still consider updating this feature?? i was thinking about proposing the same, waiting for your updates, and thanks for the work!!!
Sorry for my late response. Yes, I'm working on the widget. I'll be updating it very soon.
Awesome
Update 1.2 is now available. Now there is a method "addGridItem(object)" that add an item to the grid. So, in a way, you can simulate a "load more". I'll keep working on a better solution and i'll included on the next update.
Hi Pablo,
Thanks for the awesome widget. Was wondering if you have a new update for "load more" functionality as mentioned above.
Thanks.
How about a method to append to the laid out grid?
There is the createGrid(params) method where all the information on columns etc are laid out. If there was a method to appedToGrid(items), we could use something like infinity scrolling or "load more" functions to append to created grid.