The libraries and groups administration page uses the old tablesorter plugin. It should use the DataTables plugin instead.
Created attachment 14723 [details] [review] Bug 9435 - Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly.
Created attachment 14750 [details] [review] Bug 9435 - Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Amended patch: Add the "All" entry.
There are 2 others tables on this page. It would be great to have datatable on them too in order to have a consistency.
Created attachment 14883 [details] [review] Bug 9435 - Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Amended patch: Add the "All" entry.
Created attachment 15696 [details] [review] Bug 9435 [Revised] Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly. Revision corrects template path to datatables assets.
Created attachment 15740 [details] [review] [SIGNED-OFF] Bug 9435 [Revised] Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Comment: Sort works. No errors.
QA comment: This patch replaces tablesorter with datatable on one of the tables of the libraries and groups page. This page contains 3 tables, it would be great if a followup (on another report) can be provided for these 2 others tables. Marked as Passed QA.
Created attachment 15881 [details] [review] Bug 9435 [Revised] Use DataTables on libraries and groups administration page Replace the tablesorter plugin with the DataTables plugin on the libraries and groups administration page. To test, open the libraries and groups administration page (Administration -> Libraries and groups). Confirm that table sorting works correctly. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Comment: Sort works. No errors. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Amended patch: Add the aLengthMenu key for DataTables + delete an unused div block (used for pager)
This patch has been pushed to master.