orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
137 stars 34 forks source link

Query Builder for model #37

Closed faizfizy closed 3 years ago

faizfizy commented 3 years ago

Is there any way I can use Query Builder on the model to only retrieve selected rows?

Or maybe this can also be achieved using Policy view() method.

tabuna commented 3 years ago

Hi, to modify the displayed values and use the builder use filters:

faizfizy commented 3 years ago

Hi, to modify the displayed values and use the builder use filters:

Oops, somehow I missed this. Thanks!