feat: ns-tree-api补充粘性定位

This commit is contained in:
xuziqiang
2024-06-28 16:46:07 +08:00
parent 46398fda22
commit ef782e90b6
4 changed files with 38 additions and 11 deletions

View File

@@ -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,