[Koha-bugs] [Bug 18148] Make list of lists in OPAC sortable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 14:39:47 CEST 2020


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |In Discussion

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
The list of lists in the OPAC is paginated server-side, so adding sorting would
require one of these methods:

1. Add sorting to the query, including handling of ascending and descending and
the ability to order by the number of titles on the list.

2. Remove the server-side pagination and use DataTables to sort and paginate
the all the results client-side. This would be adequate only if it isn't
expected that there might be a very large number of lists.

3. Remove the server-side pagination and re-implement the table with an AJAX
datasource, doing AJAX pagination.

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


More information about the Koha-bugs mailing list