mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Table options: Only allow columns to be grouped for which it makes sense (closes #1535)
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
<th>{{ $__t('Product') }}</th>
|
||||
<th>{{ $__t('Amount') }}</th>
|
||||
<th class="fit-content">{{ $__t('Note') }}</th>
|
||||
<th>{{ $__t('Ingredient group') }}</th>
|
||||
<th class="allow-grouping">{{ $__t('Ingredient group') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="d-none">
|
||||
|
Reference in New Issue
Block a user