nemrutco / nova-global-filter

This package allows you to apply any of your existing Laravel Nova filters to your cards in Dashboards or Index and Detail view of your nova resources.
MIT License
39 stars 32 forks source link

Make filter compatible with custom filter #28

Open riomigal opened 2 years ago

riomigal commented 2 years ago

Hi,

Would it be possible to make the global filter compatible with other custom filters? I need to implement a date range filter.

mingyuKim94 commented 2 years ago

Hi,

Would it be possible to make the global filter compatible with other custom filters? I need to implement a date range filter.

you can custom this package! image

kuamatzin commented 2 years ago

@mingyuKim94 can u help me? I'm trying exactly the same, put the date-range filter, but the filter doesn't show up

Captura de Pantalla 2022-01-29 a la(s) 8 59 55 Captura de Pantalla 2022-01-29 a la(s) 9 00 41
ikramooe commented 2 years ago

i'm having the same issue

Dandula commented 2 years ago

@mingyuKim94, can you show a code example for working with custom filters, please?

DrunkenElf commented 1 year ago

@mingyuKim94 , how did you do that? can you show us please

ValentinGaudin commented 1 year ago

@mingyuKim94 can u help me? I'm trying exactly the same, put the date-range filter, but the filter doesn't show up Captura de Pantalla 2022-01-29 a la(s) 8 59 55 Captura de Pantalla 2022-01-29 a la(s) 9 00 41

You can't use this package, because it wants a resourceName and in Nova Dashboard you don't have a resourceName.