how render a table inside a tab?

hi i would like to load a table inside a tab like image attached, but that table should lookup info depending on the selected user id. i know i need to create a livewire custom component, but any idea to follow? and also another question how i call that livewire component inside lets say Tab #2. any tip appreciate it. thank you
image.png
Solution
 \Filament\Forms\Components\Livewire::make(\App\Livewire\ClientesFacturas::class)
Was this page helpful?