[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
10
vendor/filament/tables/resources/views/components/actions/cell.blade.php
vendored
Normal file
10
vendor/filament/tables/resources/views/components/actions/cell.blade.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<x-filament-tables::cell
|
||||
:attributes="
|
||||
\Filament\Support\prepare_inherited_attributes($attributes)
|
||||
->class(['fi-ta-actions-cell'])
|
||||
"
|
||||
>
|
||||
<div class="whitespace-nowrap px-3 py-4">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</x-filament-tables::cell>
|
||||
Reference in New Issue
Block a user