Multiple Tables from one Page
Hello, is it possible to have multiple tables from one filament page but without creating widgets, livewire components.
Something similar to when we are creating actions and calling them like $this->action in view?
Is there similar thing for filament page when i can in view just call $this->table1 and $this->table2?
Something similar to when we are creating actions and calling them like $this->action in view?
Is there similar thing for filament page when i can in view just call $this->table1 and $this->table2?