#Filament Custom Page Multiple Tables

3 messages · Page 1 of 1 (latest)

burnt thistle
#

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 }}

vestal kernelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fresh sail
#

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.