table interaction

This commit is contained in:
2025-02-03 22:22:27 +01:00
parent a0ebf89ef8
commit 2e8ee7ca5c
3 changed files with 171 additions and 3 deletions

View File

@ -43,8 +43,9 @@
<i class="bi bi-arrow-clockwise title"></i>
</div>
<div class="box entryPhase">
<h2 class="title">New Contact</h1>
<form data-targetTable="AlertContacts">
<h2 class="title">New Contact</h1>
<div class="field">
<label class="label">Name</label>
<div class="control has-icons-left">
@ -108,6 +109,7 @@
<th data-dataCol = "name">Name</th>
<th data-dataCol = "phone">Telefon Nummer</th>
<th data-dataCol = "comment">Kommentar</th>
<th data-fnc="actions" data-actions="edit,delete">Aktionen</th>
</tr>
</thead>
<tbody>