getTabs() on custom page?
Can i use getTabs() (https://filamentphp.com/docs/3.x/panels/resources/listing-records#using-tabs-to-filter-the-records) on my custom filament page that contains a table?
Solution:Jump to solution
GitHub
Tabs in custom page · filamentphp filament · Discussion #10127
hello there! please need a help on how to make a tabs on custompage in filament? i have create a custom page named product linked with a resource named categoryResource.Then when i tried to use the...
3 Replies
Yes,
Solution
GitHub
Tabs in custom page · filamentphp filament · Discussion #10127
hello there! please need a help on how to make a tabs on custompage in filament? i have create a custom page named product linked with a resource named categoryResource.Then when i tried to use the...
Thanks @ruddy it worked. For others: i also needed to add ->modifyQueryUsing($this->modifyQueryWithActiveTab(...)) to $table to make it work