Vhelkhana
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?
8 replies
->sortable(), searchable(), and pagination not working with Livewire
Adding ->sortable() and searchable() in columns adds the sort icon and the search bar but clicking the sort icon does nothing and searching columns doesn't work. I can also see the pagination for the tables but I clicking next page does nothing. I tried adding ->paginated() but it didn't work.
resources/views/livewire/list-pending-email-student-portal.blade.php:
4 replies