Files
opensem/resources/views/components/datatable.blade.php
2021-03-22 00:47:44 +01:00

14 lines
315 B
PHP

@include('load.datatables')
<div id="{{ $model }}-datatable-content">
@include('components.datatables.header')
@if ($dataTable)
{{ $dataTable->table(['class'=>'table table-bordered table-hover table-striped w-100 mb-0']) }}
@endif
</div>
@push('js')
@include('components.datatables.js.datatable')
@endpush