File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/components/table Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
{{
26
26
$attributes -> merge ($customSortButtonAttributes )
27
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' )
28
29
} }
29
30
>
30
31
<span >{{ $column -> getTitle () } } </span >
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ public function th_headers_are_buttons_with_sorting_enabled(): void
14
14
Livewire::test (PetsTable::class)
15
15
->assertSeeHtml ('<button
16
16
wire:click="sortBy( \'id \')"
17
- 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"
18
- > ' );
17
+ 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" ' );
19
18
}
20
19
21
20
/** @test */
You can’t perform that action at this time.
0 commit comments