Eager loading relationships in table

I have a table and i am trying to check each row user value, the closure is working correctly, however it's checking for each user id in separate query. TextColumn::make('2fa') ->label('2FA Enable') ->icon(fn($record) => $record->user->hasTwoFactorEnabled() === true ? 'heroicon-o-badge-check' : 'heroicon-o-x-circle'), please check screenshot as well. Any help? thank you.
2 Replies
Dennis Koch
Dennis Koch2y ago
Adjust the table query via getTableQuery() on the List Page
kingtox
kingtox2y ago
thankyou.
Want results from more Discord servers?
Add your server