controlledTreeWithFilteringSupport Function

Beta

A HOC component that adds filtering functionality to the supplied controlled tree component.

Note: it is required for the tree to use PresentationTreeDataProvider and wrap supplied tree component in controlledTreeWithModelSource HOC

controlledTreeWithFilteringSupport<P extends ControlledTreeWithModelSourceProps>(TreeComponent: React.FC<P extends ControlledTreeWithModelSourceProps>): FunctionComponent<any>

Parameter Type Description
TreeComponent React.FC<P extends ControlledTreeWithModelSourceProps>  

Defined in

Last Updated: 08 January, 2020