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 57bd9dd commit 48cfeaeCopy full SHA for 48cfeae
resources/views/components/table.blade.php
@@ -14,7 +14,7 @@
14
<tr>
15
{{-- Renders all the headers --}}
16
@foreach ($headers as $header)
17
- <th class="px-3 py-3" {{ is_object($header) && ! empty($header->width) ? 'width="' . $header->width . '"' : '' }}>
+ <th class="px-3 py-3" {{ is_object($header) && ! empty($header->width) ? 'width=' . $header->width . '' : '' }}>
18
@if (is_string($header))
19
{{ $header }}
20
@else
0 commit comments