You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement lazy-loading with iron-list. I am using typescript for my application. I found theshold example. But it is not working with typescript. The event is not triggered when scroll down. It is triggered when click on list item. How to implement when scrolling down?. My iron-list is some part of the page so when scroll down to end of the list I want to add more result from server
Description
I want to implement lazy-loading with iron-list. I am using typescript for my application. I found theshold example. But it is not working with typescript. The event is not triggered when scroll down. It is triggered when click on list item. How to implement when scrolling down?. My iron-list is some part of the page so when scroll down to end of the list I want to add more result from server
The text was updated successfully, but these errors were encountered: