nova-mega-filter icon indicating copy to clipboard operation
nova-mega-filter copied to clipboard

Allows you to control the columns and filters shown on any Nova resource index

Results 30 nova-mega-filter issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi [👋](https://emojipedia.org/waving-hand/) Unfortunately, the latest update of Nova 4 has brought breaking changes to this package, and it now requires significant updates to make it work. Due to us being...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Hi, Please add support for Nova 4. Regards

I have this really simple Mega filter to allow toggling of column visibility: But when loading the page it says: **undefined array key "symbol"** It gives that for all table...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

![image](https://user-images.githubusercontent.com/49227202/159237728-4a95a29b-eef5-4bc5-98b5-96b77ca65b7f.png) ``` public function cards(Request $request) { return [ (new Metrics\UserApplications)->onlyOnDetail(), MegaFilter::make([ 'filters' => [ new SkillFilter, new FieldOfWorkFilter, new ResidenceCountryFilter, new LanguageFilter, new LanguageLevelFilter, new EducationFilter, new ContractTypeFilter, new...

[2022-03-09 16:39:25] local.ERROR: Trying to access array offset on value of type null {"userId":1,"exception":"[object] (ErrorException(code: 0): Trying to access array offset on value of type null at /Users/arturas/code/Artme/wil/vendor/digital-creative/nova-mega-filter/src/HasMegaFilterTrait.php:127) [stacktrace] #0...

When i check some columns it shows everything right, bet when i reload resource, those checks are still checked, bet the columns are not shown, you need to uncheck and...

``` Number::make('Match conversion', fn ($offer) => $offer->match_conversion_percent . '%'), Column::make('Match conversion', ??????)->checked(), ``` instead of ``` Number::make('Match conversion %', 'match_conversion_percent')->sortable(), Column::make('Match conversion %', 'match_conversion_percent')->checked(), ```