Override table view to list a subset or scoped set of records
I have one resources that has many thousands of records for logs that I want to make aviable via multiple resource objects tailored for each type. How do I override the query on the list or table view to load that resource with a specific subset?
On the model, I've added a scope for each type
1 Reply
Figured it out - add and override the following function to your Resource