csv files, html controls, js custom script

This commit is contained in:
Bart van der Braak 2019-04-24 02:33:46 +02:00
parent 546e19245f
commit 33a7f153f0
74 changed files with 139 additions and 83968 deletions

View file

@ -1,3 +1,17 @@
$(document).ready( function () {
$('#masterTable').DataTable();
} );
} );
function filterEntries() {
}
function addPercentages() {
}
function applyChanges() {
filterEntries();
addPercentages();
alert('Done.')
}