Skip to content

Commit f6fb8c9

Browse files
authored
move the list heading to the datatable component (#5808)
1 parent c80d637 commit f6fb8c9

File tree

4 files changed

+1
-906
lines changed

4 files changed

+1
-906
lines changed

src/resources/views/crud/components/datatable/datatable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Define the table ID - use the provided tableId or default to 'crudTable'
33
$tableId = $tableId ?? 'crudTable';
44
@endphp
5-
<section class="header-operation container-fluid animated fadeIn d-flex mb-2 align-items-baseline d-print-none" bp-section="page-header">
5+
<section class="header-operation datatable-header container-fluid animated fadeIn d-flex mb-2 align-items-baseline d-print-none" bp-section="page-header">
66
<h1 class="text-capitalize mb-0" bp-section="page-heading">{!! $crud->getHeading() ?? $crud->entity_name_plural !!}</h1>
77
<p class="ms-2 ml-2 mb-0" id="datatable_info_stack_{{$tableId}}" bp-section="page-subheading">{!! $crud->getSubheading() ?? '' !!}</p>
88
</section>

src/resources/views/crud/datatable/datatable.blade.php

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)