froala / angular-froala-wysiwyg

Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
735 stars 202 forks source link

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

Open mleader1 opened 3 years ago

mleader1 commented 3 years ago

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 commented 2 years ago

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