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

other nova package do not show #14

Closed wuxi889 closed 4 years ago

wuxi889 commented 4 years ago

When i insert nova package (ampeco/nova-date-range-filter) into the NovaGlobalFilter, the date range filter do not show.

Maybe you should be compatible with other nova packages.

Translated by Google. Sry, My English is poor.

MuzafferDede commented 4 years ago

This package overwrites Nova's default Metric Cards to allow them to listen "global-filter-changed" event. Make sure there are no any conflicts with other packages.

As i mentioned here, this is expected behaviour since there is no package could be compatible with any custom packages. All we can do is a general use case compatibility as this packages provides already. You are free to make your own package based on this package with fixed compatibility of your used packages.