Bug 10634

Summary: Use datatables for course details items table
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Course reservesAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 10634 - Use datatables for course details items table
Bug 10634 - Use datatables for course details items table
[SIGNED-OFF] Bug 10634 - Use datatables for course details items table
Bug 10634 - Use datatables for course details items table

Description Kyle M Hall (khall) 2013-07-23 16:38:16 UTC
We should make the course items table in the course details a datatable to enable searching or sorting.
Comment 1 Kyle M Hall (khall) 2013-07-23 16:40:22 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2013-07-23 16:42:07 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2013-07-23 18:14:03 UTC Comment hidden (obsolete)
Comment 4 Chris Cormack 2013-09-04 09:21:04 UTC
Created attachment 20772 [details] [review]
Bug 10634 - Use datatables for course details items table

We should make the course items table in the course details a datatable
to enable searching or sorting.

Test Plan:
1) Apply this patch
2) View the details page for a course with items
3) Verify the table displays and is now a datatable

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 5 Galen Charlton 2013-09-04 14:20:53 UTC
Pushed to master.  Thanks, Kyle!