© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
2y ago
•
3 replies
Rome
Independent table lists with same resource
I need to create multiple independent table lists with same resource but I need to edit them with different columns of the resource and modifying the query
. Also I need them to have different URL and menu item
. How can achieve this
?
Solution
For multiple url
& menu item
: You can create a filament page and extend the table
(
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
) and in the query
->query()
->query()
you modify the query
.
.
For main resource
, you can add
->modifyQueryUsing()
->modifyQueryUsing()
to modify the query
.
Adding a table to a Livewire component - Table Builder - Filament
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Custom page with parameter (independent from resource)
F
Filament / ❓┊help
11mo ago
Resource table with date granularity
F
Filament / ❓┊help
2y ago
Table in Resource
F
Filament / ❓┊help
14mo ago
Resource Table Customization
F
Filament / ❓┊help
3y ago