Add new tab on resource list
HI everyone, i want to have two tabs on my resource list, a tab that contains the resource table and an other that contains a custom view. Is that possible? I’ve tried many things but didn’t worked. Thanks a lot
3 Replies
what do you mean with "resource list" and "tabs"?
Have you read through the docs?
https://filamentphp.com/docs/3.x/panels/resources/getting-started#grouping-resource-navigation-items
https://filamentphp.com/docs/3.x/panels/clusters
I mean, the ListResource page, that contains table, the add action to create a new Resource…. Tabs -> the component to navigate between the original table and my view
The only way you can do this really is to use the tabs component with a render hook above. Then link to each page. The custom view would be a new resource page