Make DataTable row groups collapsible everywhere (references #1189)

This commit is contained in:
Bernd Bestel
2020-12-17 17:41:31 +01:00
parent b5fc64cf5d
commit cc2ea93313
4 changed files with 29 additions and 34 deletions

View File

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