© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•4w ago•
10 replies
Hehahohu

sortable() bug on custom livewire component that render Filament Table() in a module

✅ Solved4️⃣v4
Basically when pressing the default sort button from the table, it returns a ComponentNotFoundException despite the page is able to be rendered at the first time.

'''
TextColumn::make('input_time')
->time()
->sortable(),

public function render(): View
{
return view('module::livewire.material-usage');
}
'''

Livewire\Exceptions\ComponentNotFoundException
vendor\livewire\livewire\src\Mechanisms\ComponentRegistry.php:116
Unable to find component: [module.livewire.material-usage]
Livewire\Exceptions\ComponentNotFoundException
vendor\livewire\livewire\src\Mechanisms\ComponentRegistry.php:116
Unable to find component: [module.livewire.material-usage]


Is sortable() is not working on a Livewire::make(TableComponent::class) or is this a bug? The issue here is that the after being rendered the first time, the component unable to update itself.

Additional Note; Create Action is also not working.
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 custom component - Livewire Sortable
FilamentFFilament / ❓┊help
3y ago
Filament table in Livewire component!
FilamentFFilament / ❓┊help
2y ago
Filament table in Modal - livewire component
FilamentFFilament / ❓┊help
2y ago
Unable to interact with Filament Table on a custom Livewire Component
FilamentFFilament / ❓┊help
11mo ago