summary history files

web/penny/static/js/demo/datatables-demo.js
// Call the dataTables jQuery plugin
$(document).ready(function() {
  $('#dataTable').DataTable();
});