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

Clear Filters on columns #502

Open jlveliz opened 1 year ago

jlveliz commented 1 year ago

Hi Everyone.

I have a little trouble with the column filters.

we have two datatable instances. In the first instance I set a filter

image Table instance 1

Then when I go to other datatable, the filter remains in the same index position image Table instance 2

I wanna reset o clear the filter setted before to show the datatable instance

EngMahmoudElgml commented 1 year ago

Did you solve the problem?