From 9cb71a53d0bc230b2cfa72f0990948de348f7a81 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 12 Nov 2021 16:54:37 +0100 Subject: [PATCH] [git fast commit] 12. Nov 2021 - 16:54:37 --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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) + })