How do I add requiresConfirmation to ToggleColumn and SelectColumn in Table?

Is there a way to add requiresConfirmation modal in these columns?

Tables\Columns\ToggleColumn::make('status'),
Tables\Columns\SelectColumn::make('category_id')
Was this page helpful?