Select Column Confirmation
Is there any way to give confirmation popup for selectcolumn
1 Reply
I don't think this is possible with SelectColumn. You could try a ViewColumn with a custom
<select>
tag. You could either use the browser's confirm()
if it's a simple yes/no, or the <x-filament::modal>
component.