MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Accessing all models listed in the current page #471

Open saleemepoch opened 2 years ago

saleemepoch commented 2 years ago

Hi,

Is there a way to access all models listed on the current page, either as collections or an array?

I would like to load their relations in callbacks without having to make multiple queries on each iteration (N+1)