malzariey / filament-daterangepicker-filter

MIT License
97 stars 43 forks source link

Multiple DateRangeFilter #9

Closed wit3 closed 1 year ago

wit3 commented 1 year ago

if you have multiple DateRangeFilter in same resource the value its the same after set one date range

malzariey commented 1 year ago

Could you please provide snap it of your code?

wit3 commented 1 year ago

Simple filter

DateRangeFilter::make('date_issued')
                        ->label('Date Issued')
                        ->columnSpan(3),
DateRangeFilter::make('created_at')
                        ->label('Date Created')
                        ->columnSpan(3)