mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed shopping list print view table/list sorting (fixes #2602)
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
|
||||
@section('title', $__t('Shopping list'))
|
||||
|
||||
@push('pageStyles')
|
||||
<style>
|
||||
#shopping-list-print-shadow-table_wrapper .dataTable>thead>tr>th[class*="sort"]:before,
|
||||
#shopping-list-print-shadow-table_wrapper .dataTable>thead>tr>th[class*="sort"]:after {
|
||||
content: "" !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@push('pageScripts')
|
||||
<script src="{{ $U('/viewjs/purchase.js?v=', true) }}{{ $version }}"></script>
|
||||
@endpush
|
||||
|
Reference in New Issue
Block a user