[Koha-bugs] [Bug 32474] Implement infinite scroll in vue-select

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 14:55:24 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
If we are going with infinity scroll I think it should be ajax-based.
Only with this patch I am not sure I are getting much benefits.

The idea would be to avoid a big GET when loading the app that would retrieve
thousands of vendors.

It's not an easy task, as we will want to implement it for other fetches
(license, agreements, etc.) that populate dropdown lists.

Don't forget to not embed main.js in your patch :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list