© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Vhelkhana

->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>
<div class="relative overflow-x-auto">
    {{ $this->table->render() }}
</div>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Livewire table component searchable() / sortable/filter not working
FilamentFFilament / ❓┊help
2y ago
Sortable and Searchable in pivot column not working
FilamentFFilament / ❓┊help
5mo ago
Searchable and sortable on polymorph
FilamentFFilament / ❓┊help
3y ago
Pagination with Livewire
FilamentFFilament / ❓┊help
2y ago