Add a table in a custom filament page using table builder
Good day! I am new to filament and I want to display a table in a custom filament page using the table builder. However I am getting an error:
Custom Page:
View:
Should I use other ways to do this such as livewire component, table widget, or hard coding a table then pass the data?
Thank you.
Argument #1 ($table) must be of type Filament\Tables\Table, Filament\Infolists\Infolist given, called vendor\filament\infolists\src\Concerns\InteractsWithInfolists.phpCustom Page:
View:
Should I use other ways to do this such as livewire component, table widget, or hard coding a table then pass the data?
Thank you.