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.
Screenshot_2023-04-12_at_9.07.36_AM.png
Was this page helpful?