feat: ns-tree-api补充粘性定位
This commit is contained in:
@@ -39,6 +39,7 @@ export const treeProps = {
|
||||
defaultExpandAll: PropTypes.bool.def(true),
|
||||
resultField: PropTypes.string.def('data'),
|
||||
header: PropTypes.object,
|
||||
isSticky: PropTypes.bool.def(true),
|
||||
transform: {
|
||||
type: Function,
|
||||
default: (data: any) => data,
|
||||
|
Reference in New Issue
Block a user