how can remove https://ui-avatars.com/api/ when export users from User table #4082
Closed
progintYasin
started this conversation in
General
Replies: 1 comment 1 reply
-
Assumimg this is perhaps something like jetstream? It's probably in the $append array of the model You could do: ->get()->only([... To limit your columns |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys. When I export the user table to Excel, an extra column appears in the Excel file, and the content of that column is an API address from the following website for displaying avatars: https://ui-avatars.com/api/ Even though I don't have anything related to this in the database.
But when I export from other tables, this column and the mentioned content are not there, and everything is correct.
How can the issue be resolved?
this is my code :
`class thisTermStudentsList implements FromCollection, WithHeadings, ShouldAutoSize, WithStyles
{
use GlobalTraits;
}
`
Beta Was this translation helpful? Give feedback.
All reactions