Skip to content

Commit b3481ef

Browse files
committed
Add table sorter jQuery plugin
1 parent 2fcaf61 commit b3481ef

File tree

4 files changed

+1056
-0
lines changed

4 files changed

+1056
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ files indicate the copyright and license terms at the top of the file. Currently
177177
Copyright 2006, 2015 Klaus Hartl & Fagner Brack;
178178
[MIT License](http://creativecommons.org/licenses/MIT)
179179
* Examples from Stack Overflow [MIT License](http://creativecommons.org/licenses/MIT); ([ref #1](http://stackoverflow.com/a/43669837/215487) for [1f7cc4e](https://github.com/perl6/doc/commit/1f7cc4efa0da38b5a9bf544c9b13cc335f87f7f6))
180+
* Table sorter plugin from https://github.com/christianbach/tablesorter ;
181+
[MIT License](http://creativecommons.org/licenses/MIT)
182+

app.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ sub gen_assets {
6060
'app.js' => qw{
6161
/js/jquery-3.1.1.min.js
6262
/js/jquery-ui.min.js
63+
/js/jquery.tablesorter.js
6364
/js/main.js
6465
},
6566
);

0 commit comments

Comments
 (0)