We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting an error exception while using setValueCalculator when i use setValueFormator and return value it works fine
Code chunk
Screen Output (it worked fine)
but when i use setValueFormator and return $value->user it gives error
Screen
PLease help me out Am i missing anything
The text was updated successfully, but these errors were encountered:
Hi! Looks like something wrong with laravel model relationships, see YourModelClass::user() method. Try to execute your query & do:
foreach($models as $model) { echo $model->user->name; }
And probably you will get same error.
Sorry, something went wrong.
Can you put in your DataProvider code so we can look at that
No branches or pull requests
I am getting an error exception while using setValueCalculator
when i use setValueFormator and return value it works fine
Code chunk
Screen Output (it worked fine)
but when i use setValueFormator and return $value->user it gives error
Screen
PLease help me out
Am i missing anything
The text was updated successfully, but these errors were encountered: