how make multi tabs in listview page to include multi tables

how make multi tabs in listview page to include multi tables
2 Replies
Patrick Boivin
Patrick Boivin13mo ago
The page can't have multiple tables. You'll need a custom page, and one custom Livewire component for each table: https://filamentphp.com/docs/2.x/tables/getting-started#preparing-your-livewire-component
Filament
Getting started - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
mohabmamdouh
mohabmamdouh13mo ago
Ok thanks