Added table filter to Locations, Moved table filter js to site.js

This commit is contained in:
2025-10-26 08:29:00 +01:00
parent 701d712923
commit ab09de5ba8
3 changed files with 34 additions and 29 deletions

View File

@@ -27,6 +27,13 @@
<th>@T["Seat"]</th>
<th>@T["Action"]</th>
</tr>
<tr>
<th><input type="text" class="form-control form-control-sm column-filter" placeholder="@T["Location ID"]" data-column="0" /></th>
<th><input type="text" class="form-control form-control-sm column-filter" placeholder="@T["Location Name"]" data-column="1" /></th>
<th><input type="text" class="form-control form-control-sm column-filter" placeholder="@T["Room Number"]" data-column="2" /></th>
<th><input type="text" class="form-control form-control-sm column-filter" placeholder="@T["Seat"]" data-column="3" /></th>
<th class="text-center">-</th>
</tr>
</thead>
<tbody>
@{