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

Image Gallery Manager doesnt work (and pagination support?) #484

Open
mleader1 opened this issue Oct 7, 2021 · 1 comment
Open

Image Gallery Manager doesnt work (and pagination support?) #484

mleader1 opened this issue Oct 7, 2021 · 1 comment

Comments

@mleader1
Copy link

mleader1 commented Oct 7, 2021

Hi,

I'm trying to implement the Image Manager loading API but never got it work (the Froala demo also has API error so doesn't seem to work)

Another question is that does it have pagination support? We would love to have pagination as one of our use for the image manager will involve hundreds of images so it will be very useful to have additional parameters customizable for the image manager (including the pagination UI)

Thanks

@NoSoup4you2
Copy link

Not sure if you got this to work, but it works if your api returns an array of docs which include the thumb and image path.
As for pagination that is a different story, as far as i can tell its not like a endless scroll on the api side but more of a dynamic loading of the images. So your API will return the list of all images and then when you scroll down it will dynamically load them by the nbr of items specified in your config

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

2 participants