Can 1 Custom Page Class have more than 1 table ?
so i have this custom page class containing table more than 1 but not working causing error pp\Filament\Resources\MentorMonitoringResource\Pages\MentorDashboard::programRequestsTable(): Argument #1 ($programRequestsTable) must be of type Filament\Tables\Table, Filament\Infolists\Infolist given, called in C:\xampp\htdocs\dankos-internship-program\vendor\filament\infolists\src\Concerns\InteractsWithInfolists.php on line 56
2 Replies
You can only have 1 table per component, but you can add multiple components to a page
Ah i see, so i need to create another class, thank you