© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
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 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

Custom page with parameter (independent from resource)
FilamentFFilament / ❓┊help
11mo ago
Resource table with date granularity
FilamentFFilament / ❓┊help
2y ago
Table in Resource
FilamentFFilament / ❓┊help
14mo ago
Resource Table Customization
FilamentFFilament / ❓┊help
3y ago