Clicking Button Does Nothing
In my Credential Generation page, I have a table that lists all students who haven't been emailed their student credentials yet. In the same page, I have a button labeled "Email all" that when clicked, emails all students in the table their username and password on their personal emails. But when I click the "Email all" button, nothing happens. Why is that?
5 Replies
are you using Filament?
Yes I am
what code are you using in the action?
So that isn't a filament table, you have a custom coded page, you should be using a normal filament table and the built in bulk actions.
Or add in a filament Action into the livewire component.