Search
Get Started
F
Filament
•
2y ago
codeartisan
Create a customized query for custom table component in livewire
I have used the filament table in my livewire but i want to customize the query
return $table ->query(Customer::query())
return $table ->query(Customer::query())
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,361
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
return
$table
->
query
(
Customer
::
query
())
return
$table
->
query
(
Customer
::
query
())
Similar Threads
Create a reusable Table Listing Livewire Component
F
Filament / ❓┊help
2y ago
Showing Table in Wizard (Custom Livewire component)
F
Filament / ❓┊help
3mo ago
Using Resource table in custom livewire component
F
Filament / ❓┊help
2y ago
Using Table + Tabs in custom Livewire component
F
Filament / ❓┊help
3y ago