© 2026 Hedgehog Software, LLC
->filters([ Filter::make('filter_fee') ->schema([ Select::make('filter_grade') ->options(fn() => Grade::pluck('name', 'id')) // ->native(false) ->live(),
Using $this when not in object context