Scenario Services Components
light
IFilter* Family
The IFilter* family of components includes three basic filter components for different data types: IFilterNumeric , IFilterString , and IFilterBoolean . There is also a generic IFilter component with a type prop.
IFilterNumeric (integer)
10
45
10
45
IFilterNumeric (float)
0.300
0.450
0.300
0.450
IFilterBoolean
IFilterString
IFilterPanel renders multiple filter sets in a grid.
foo
bar
baz
10
45
10
45
IFilterWithChildren renders multiple filter sets to be selected from a dropdown.
IFilterPanel may also contain multiple filter sets per section (expanded or as IFilterWithChildren ).
foo
bar
baz
10
45
10
45