The tables in the Clubs tabs at circulation.pl and moremember.pl are basic html. We're up to 154 clubs and growing so navigating those tables can be cumbersome. It would be nice if those tables were given the DataTables treatment with pagination and a search box to keep the page length reasonable and make it easier to navigate to a specific club using the search filter.
Created attachment 118834 [details] [review] Bug 28034: Make club enrollment tables in to DataTables To test: -Add some clubs -Go to a patron record and enroll them in some clubs but not in others. -There should be two table under the clubs tab, Clubs currently enrolled in and Clubs not enrolled in -Neither are DataTables -Apply patch -With the same patron check the clubs tab, they should be datatables now -Make sure all the controls, pagination works good https://bugs.koha-community.org/show_bug.cgi?id=28033
Could you add the "NoSort" class to the "Actions" table header?
Created attachment 118864 [details] [review] Bug 28034: Make club enrollment tables in to DataTables To test: -Add some clubs -Go to a patron record and enroll them in some clubs but not in others. -There should be two table under the clubs tab, Clubs currently enrolled in and Clubs not enrolled in -Neither are DataTables -Apply patch -With the same patron check the clubs tab, they should be datatables now -Make sure all the controls, pagination works good https://bugs.koha-community.org/show_bug.cgi?id=28033
Created attachment 118868 [details] [review] Bug 28034: Make club enrollment tables in to DataTables To test: -Add some clubs -Go to a patron record and enroll them in some clubs but not in others. -There should be two table under the clubs tab, Clubs currently enrolled in and Clubs not enrolled in -Neither are DataTables -Apply patch -With the same patron check the clubs tab, they should be datatables now -Make sure all the controls, pagination works good https://bugs.koha-community.org/show_bug.cgi?id=28033 Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 118908 [details] [review] Bug 28034: Make club enrollment tables in to DataTables To test: -Add some clubs -Go to a patron record and enroll them in some clubs but not in others. -There should be two table under the clubs tab, Clubs currently enrolled in and Clubs not enrolled in -Neither are DataTables -Apply patch -With the same patron check the clubs tab, they should be datatables now -Make sure all the controls, pagination works good Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x