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

Filter Options Remaining #483

Open itxp2008 opened 2 years ago

itxp2008 commented 2 years ago

Hi,

Is there a way to access the query/filtered and add a groupBy('key')->pluck('key') So that just the remaining possible keys appear in the select/filter by.

Thanks