->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:
<div class="relative overflow-x-auto">
    {{ $this->table->render() }}
</div>
Was this page helpful?