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.
2 parents d66a5d8 + 48cfeae commit a1c5284Copy full SHA for a1c5284
resources/views/components/table.blade.php
@@ -21,7 +21,7 @@
21
@endif
22
{{-- Renders all the headers --}}
23
@foreach ($headers as $header)
24
- <th class="px-3 py-3" {{ is_object($header) && ! empty($header->with) ? 'width="' . $header->width . '"' : '' }}>
+ <th class="px-3 py-3" {{ is_object($header) && ! empty($header->width) ? 'width=' . $header->width . '' : '' }}>
25
@if (is_string($header))
26
{{ $header }}
27
@else
0 commit comments