LP#1516867 Make HTML report tables sortable
authorDan Scott <dscott@laurentian.ca>
Tue, 17 Nov 2015 03:20:28 +0000 (22:20 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Nov 2015 17:08:12 +0000 (12:08 -0500)
commit8a383487c09afee555a44cc7d21d22b369636986
treea0047bfac01808e3ea6d33ce3742b5d9433e8168
parentf758023f8fbd274a8173f26360113c68cb22e9df
LP#1516867 Make HTML report tables sortable

Using the sortable JavaScript library from https://github.com/hubspot/sortable
(MIT license), we can make HTML reports much more usable by making them
sortable by clicking on the column headers. This should save some downloading
of CSV or Excel versions of the reports.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/reporter/clark-kent.pl
Open-ILS/web/sortable/LICENSE [new file with mode: 0644]
Open-ILS/web/sortable/sortable-theme-minimal.css [new file with mode: 0644]
Open-ILS/web/sortable/sortable.min.js [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Administration/sortable_html_reports.adoc [new file with mode: 0644]