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.
please check screenshot as well. Any help? thank you.
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.
