diff --git a/templates/index.html b/templates/index.html index 1c11fec..5d73bd0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,6 +49,10 @@ action="/get-file" method="DELETE"> +
{% endfor %} @@ -62,6 +66,10 @@ }); $('.dataTables_length').addClass('bs-select'); }); + $('#tableMain').on('click', 'tbody td', function() { + console.log('TD cell textContent : ', this.textContent) + console.log('location : ', this.parentNode.rowIndex, this.cellIndex) + })