eazy
How to load specific model data into Table Builder?
On the User model add a custom accessor for the display name like in the docs:
https://laravel.com/docs/10.x/eloquent-mutators#defining-an-accessor
propably something like this:
(or something like that)
Then in your textcolumn you can do this:
9 replies