Skip to content

Commit

Permalink
use DataTable plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
schiffner committed Nov 8, 2016
1 parent f7caa2e commit d45ee73
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 287 deletions.
3 changes: 3 additions & 0 deletions custom_theme/js/tables.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$(document).ready(function() {
$("table").DataTable();
});
Loading

1 comment on commit d45ee73

@schiffner
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #60

Please sign in to comment.