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
$this->table->getRecords()
$this->table->getRecords()
But with resources, all methods are static and I'm not sure how to achieve the same result. Any tips welcome.
0 Replies
No replies yetBe the first to reply to this messageJoin