MegaList icon indicating copy to clipboard operation
MegaList copied to clipboard

this looks awesome

Open Yohn opened this issue 12 years ago • 2 comments

I havent played with it yet, but I'm thinking about using it on a site I'm building now.. currently Im using tinyscrollbar I'm wondering if theres a way to update the list when we reach the bottom, or near the bottom? I'm using a hack on the tinyscrollbar that when the user is near the bottom it sends an ajax call to another page to load more items into the list.. If you had some kind of feature with that in here it would be even better!

Yohn avatar Oct 21 '12 01:10 Yohn

Hi Yohn, There isn't anything built-in that would support this, but it would not be difficult to add. The easiest thing would probably be to add some logic in the updateScrollBar() function. I would have it dispatch an event when it gets close to the bottom, and use that event to fetch more data from the server.

triceam avatar Oct 23 '12 14:10 triceam

thanks for the reply, I got a couple things I gotta do today, but when I get done I might try to work something out for this

Yohn avatar Oct 23 '12 21:10 Yohn