Filter queries not override the eloquent query
Hi there!
I have a FIlter in my Table Builder, in which I would like to filter by a computed property setted in resource main page, eloquent query method. I have check that the query works fine at SQL editor.
When I apply the ->query() method from filter, it overrides the eloquent query and the field is not found. How to manage it??
I have a FIlter in my Table Builder, in which I would like to filter by a computed property setted in resource main page, eloquent query method. I have check that the query works fine at SQL editor.
When I apply the ->query() method from filter, it overrides the eloquent query and the field is not found. How to manage it??