FFilament•Created by Mirnes on 3/9/2023 in #❓┊help How to use Split Component
This is table part of resource:
return $table
->columns([
Tables\Columns\Layout\Split::make([
Tables\Columns\TextColumn::make('department_name'),
Tables\Columns\ToggleColumn::make('published'),
])
])
->filters([
//
])...