Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nz-tree needs to be refactored to solve the problem of asynchronous operation for data synchronization #5152

Closed
simplejason opened this issue Apr 26, 2020 · 2 comments · Fixed by #6161
Assignees
Milestone

Comments

@simplejason
Copy link
Member

What problem does this feature solve?

Display data correctly whenever any property is set. For now, we must set nzData first, if nzExpandedKeys or any other property is set before nzData, it will not work as expected.

What does the proposed API look like?

none

@Loongle
Copy link

Loongle commented May 3, 2020

@simplejason 可能我的问题与你相同 #5195

@AffanAzeem7
Copy link

AffanAzeem7 commented Jun 17, 2020

@wenqi73 @simplejason can we remove children word from our nznode data and used another word for that having array like this
nodes = [
{

  title: 'xyz',
  key: '0-0',
  Resellers: [
    {
      title: 'Inhouse',
      key: '0-0-0',
      
      Merchants: [
        { title: 'abc', 

        key: '0-0-0-0' ,
      }


        
      ]
      
    }

]
},

];
and the data is coming from an backend
kindly help

@hsuanxyz hsuanxyz added this to the backlog milestone Oct 23, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 8, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 9, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 14, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this issue Dec 16, 2020
hsuanxyz added a commit that referenced this issue Dec 16, 2020
close #5976, close #5809, close #5739, close #5736, close #5519, close #5446, close #5152, close #4694, close #4472, close #3832, close #2785, close #2744, close #6199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants