LowerRockLabs / LaravelLivewireTablesAdvancedFilters

Advanced filters for Rappasoft Laravel Livewire Tables
7 stars 0 forks source link

Clicking a th to sort with that field Toggles the filter dropdown #55

Closed BenOussama180 closed 1 year ago

BenOussama180 commented 1 year ago

so clicking on a sort button while having NO filters activated will toggle thhe filters dropdown for some reason image

u can try it in my test repo

lrljoe commented 1 year ago

Fix issued, 1.0.10

Once Rappasoft accept some of the pull requests I've submitted, then I can remove a lot of the added code that sets up the filters to remain open when using the DatePicker/SmartSelect. This should also improve performance further.

At the moment I'm having to modify some of the wrapper/filter elements whenever any of the Advanced Filters are generated, and fix the issues that the default code causes (such as the filters menu closing prematurely)

If the PR doesn't go through then I have an alternative standing by which will clean things up more smoothly as well.