feat: Update ui table styles

This commit is contained in:
sthag 2026-03-17 01:13:33 +01:00
parent e9c383b41e
commit 65041f65b3
2 changed files with 6 additions and 6 deletions

View file

@ -36,20 +36,20 @@ tags:
{% comment %}TODO: Auswahl für ziehbares Element hinzufügen{% endcomment %}
</nav>
</header>
<table id="content" class="draggable">
<table id="content" class="draggable content horizontal">
<thead>
<tr>
<th class="min" scope="col" title="Index">#</th>
<th class="min" scope="col"></th>
<th scope="col" title="Index">#</th>
<th scope="col"></th>
<th scope="col" title="Position">#</th>
<th scope="col">Number</th>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th class="max" scope="col">Description</th>
<th scope="col">Amount</th>
<th scope="col">Unit</th>
<th scope="col">Price</th>
<th scope="col">Sum</th>
<th class="min" scope="col"></th>
<th scope="col"></th>
</tr>
</thead>
<tbody id="positions"></tbody>