Make product groups on the shopping list collapsible (closes #604)

This commit is contained in:
Bernd Bestel
2020-04-13 19:11:13 +02:00
parent 1390c65864
commit 6f4769a7b3
3 changed files with 34 additions and 3 deletions

View File

@@ -13,6 +13,12 @@
@push('pageStyles')
<link href="{{ $U('/node_modules/animate.css/animate.min.css?v=', true) }}{{ $version }}" rel="stylesheet">
<link href="{{ $U('/node_modules/datatables.net-rowgroup-bs4/css/rowGroup.bootstrap4.min.css?v=', true) }}{{ $version }}" rel="stylesheet">
<style>
tr.dtrg-group {
cursor: pointer;
}
</style>
@endpush
@section('content')