We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1bb25 commit b2b01ddCopy full SHA for b2b01dd
resources/views/bootstrap-4/includes/thead.blade.php
@@ -1,5 +1,5 @@
1
@if ($tableHeaderEnabled)
2
- <thead>
+ <thead class="{{ $this->getOption('bootstrap.classes.thead') }}">
3
@include('laravel-livewire-tables::'.config('laravel-livewire-tables.theme').'.includes.columns')
4
</thead>
5
@endif
0 commit comments