#Filament Custom Page Multiple Tables
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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 }}
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.