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 controlledTreeWithVisibleNodes HOC

controlledTreeWithFilteringSupport<P extends ControlledTreeWithVisibleNodesProps>(TreeComponent: React.FC<P extends ControlledTreeWithVisibleNodesProps>): FunctionComponent<object>

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

Defined in

Last Updated: 05 June, 2020