mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
[git fast commit] 12. Nov 2021 - 16:54:37
This commit is contained in:
@@ -49,6 +49,10 @@
|
|||||||
action="/get-file" method="DELETE">
|
action="/get-file" method="DELETE">
|
||||||
<button name="delete" value="{{ bd.docName }}">Löschen</button>
|
<button name="delete" value="{{ bd.docName }}">Löschen</button>
|
||||||
</form>
|
</form>
|
||||||
|
<form onsubmit="return confirm('Wirklich als erledigt markieren?')"
|
||||||
|
action="/mark-done" method="PATCH">
|
||||||
|
<button name="done" value="{{ bd.docName }}">Erledigt</button>
|
||||||
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -62,6 +66,10 @@
|
|||||||
});
|
});
|
||||||
$('.dataTables_length').addClass('bs-select');
|
$('.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)
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user