hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Support `FilterChooserConfig.excludedFields[]`

Open amcclain opened this issue 5 months ago • 0 comments

For a FilterChooserModel with bind or valueSource, you can get all of your field specs from the source Store|View, but you might want to exclude some of those fields without having to then list all of the fields you wish to include.

Support an option to exclude fields by name, knocking them out of fieldSpecs as directly specified or derived from the source.

amcclain avatar Aug 31 '24 19:08 amcclain