hey,
i'm using GroceryCrud with Laravel.
Using setRelation function,i have something i'm not sure about.
I understand it uses "left join" in the backend, but is it possible to use "join" instead?
In https://www.grocerycrud.com/enterprise/api-and-function-list/setModel
and about using a custom model, documentation says:
"Note: There will be a separate section that will show you how to create your own unique models for advanced needs. This example is to help you understand the basic usage"
just wanted to know if there's progress with it, or another way I can do what i wanted.
Thanks.