rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
906 stars 216 forks source link

Pagination of images #58

Closed iohannis closed 7 years ago

iohannis commented 8 years ago

Is it possible to paginate the results? - Say that the select box has 1000 items in it, how would I paginate the thumbnails to only show a subset (50, for instance) at a time?

privettoli commented 8 years ago

Looks like there is no pagination. @iohannis, what did you choose in your case?

rvera commented 8 years ago

This is supposed to replace a simple short SELECT element. If there was pagination this would lead to some weird UX cases, like selecting multiple elements on different pages but not being able to see all the selected ones at once.

Sadly it's outside of the scope for now but feel free to extend it.

privettoli commented 7 years ago

@rvera, a real case scenario: lazy loading of images.