Skip to content

Commit b2b01dd

Browse files
authored
Added bootstrap.classes.thead option
1 parent 0c1bb25 commit b2b01dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if ($tableHeaderEnabled)
2-
<thead>
2+
<thead class="{{ $this->getOption('bootstrap.classes.thead') }}">
33
@include('laravel-livewire-tables::'.config('laravel-livewire-tables.theme').'.includes.columns')
44
</thead>
55
@endif

0 commit comments

Comments
 (0)