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 2241dd1 + 68069b0 commit 79995b7Copy full SHA for 79995b7
resources/views/components/table/th.blade.php
@@ -25,7 +25,7 @@
25
{{
26
$attributes->merge($customSortButtonAttributes)
27
->class(['flex items-center space-x-1 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider group focus:outline-none dark:text-gray-400' => $customSortButtonAttributes['default'] ?? true])
28
- ->except('default')
+ ->except(['default', 'wire:key'])
29
}}
30
>
31
<span>{{ $column->getTitle() }}</span>
0 commit comments