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()

But with resources, all methods are static and I'm not sure how to achieve the same result.

Any tips welcome.
Was this page helpful?