MedicOneSystems / livewire-datatables

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

Row Filter breaks with Livewire 2.3.2 #89

Closed waffshappen closed 3 years ago

waffshappen commented 4 years ago

Attempting to filter rows on 2.3.2 results in no output on tables.

This works if enforcing 2.3.1 via composer.json

Probably related to https://github.com/MedicOneSystems/livewire-datatables/issues/88

ValulifeAndy commented 4 years ago

activeSelectFilters. I have downgraded as suggested but it is still not working.

if I hardcode the variable public $activeSelectFilters = [4=>['In Progress']]; Into the Class it works and filters the records correclty.

santhika29 commented 4 years ago

@waffshappen it's working on livewire 2.3.3