Access to table records in resource
Is there a way to get a list of all the records from the table?
When using the tables with a Livewire component it was easy since you could do something like
But with resources, all methods are static and I'm not sure how to achieve the same result.
Any tips welcome.
0 Replies