Filament Custom Page Multiple Tables

Hello, Is it possible that one filament page has multiple tables. I was following guide to implement HasTables and trait Interacts.. but that only works with public function table(Table $table) when I try to add other public funtcion it wont let me add it to from with {{ $this->exampleTable }}
2 Replies
toeknee
toeknee2mo ago
No... you can have tables in an view/edit page in terms of relationship manager. Otherwise, build a custom page with multiple livewire components which are infact tables.
Dhru
Dhru2mo ago
you can also do multiple table widgets

Did you find this page helpful?