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 15:18:18 +0000 (10:18 -0500)
commitb20f982219a523a5964dad0f1dc37e3ded4bde43
tree9dd543a231cf1fb2e4b6dce793f5a84122c94b28
parent162dfb1daf9310eb7a9fa91d7715f843c8eaf744
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]