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

Owen Leonard <oleon...@myacpl.org> changed:

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

--- Comment #2 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to