LowerRockLabs / LaravelLivewireTablesAdvancedFilters

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

DateRangeFilter // Have to include config on every filter #75

Open jonth93 opened 1 year ago

jonth93 commented 1 year ago

Writing a filter like this: image

Results in a flatpockr error: image

Adding the config to the filer: image

Works a treat.

lrljoe commented 1 year ago

Thanks for all these issues @jonth93 - Apologies that I've not got around to them all yet.

I'm currently working on finishing the LW3 version of the core package with Anthony, which will include some of these filters as core.

Once that's done, I'll be coming back and sorting out all of this!

lrljoe commented 1 year ago

This is actually a core filter as of Rappasoft Livewire Tables v3 (beta out next week)

, I've fixed the issue in v3, and will backport the changes once v3 is released officially.