The toggle column allows you to render a toggle button inside the table, which can be used to update that database record without needing to open a new page or a modal:
⌘I
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
🔍 New in Filament Blueprint: security audits! Scan your app for security misconfigurations with a plan to fix each one.
use Filament\Tables\Columns\ToggleColumn;
ToggleColumn::make('is_admin')