Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request (appendToGrid) #3

Open
rogerwhite opened this issue Oct 31, 2013 · 9 comments
Open

Feature Request (appendToGrid) #3

rogerwhite opened this issue Oct 31, 2013 · 9 comments

Comments

@rogerwhite
Copy link

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.

@rogerwhite
Copy link
Author

Actually createGrid with the previous items cleared out works just fine.

@rogerwhite rogerwhite reopened this Nov 1, 2013
@rogerwhite
Copy link
Author

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

@prodz18
Copy link
Owner

prodz18 commented Nov 1, 2013

Hi rogerwhite. I'll be updating the widget very soon. I'll try to add what you suggest. Thanks for the tips!

@rogerwhite
Copy link
Author

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?

@soyoh
Copy link

soyoh commented Dec 1, 2013

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!!!

@prodz18
Copy link
Owner

prodz18 commented Apr 2, 2014

Sorry for my late response. Yes, I'm working on the widget. I'll be updating it very soon.

@rogerwhite
Copy link
Author

Awesome

@prodz18
Copy link
Owner

prodz18 commented Jun 21, 2014

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.

@bablydas
Copy link

Hi Pablo,

Thanks for the awesome widget. Was wondering if you have a new update for "load more" functionality as mentioned above.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants