Replies: 1 comment 5 replies
-
I am not 100% sure I follow, is the users information stored in the log table? If not, have you joined over the log table in the QueryBuilder? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm using laravel-livewire-tables to display authentication-log data, but i can't figure out how to display users informations.
If i join the users table to the Log::query in builder function, then the Column::make('User', 'users.name') doesn't work.
Any help?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions