googlearchive / core-list

Polymer virtualized list element
25 stars 20 forks source link

Add end of list event #57

Closed chiefcll closed 9 years ago

chiefcll commented 9 years ago

I'd like to have an event fire when you are nearing the end of the list from scrolling. When the event fires I can make an ajax call to load more data to the list.

kevinpschaaf commented 9 years ago

Please see https://github.com/Polymer/core-scroll-threshold and core-list/demos/demo-flickr.html (among others), which shows how to use it with core-list. You may need to run bower install from core-list to get the demo dependencies.