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

Support for nested list with same items structure #3

Open
ganeshkbhat opened this issue Aug 25, 2018 · 1 comment
Open

Support for nested list with same items structure #3

ganeshkbhat opened this issue Aug 25, 2018 · 1 comment

Comments

@ganeshkbhat
Copy link

Do you intend to Support for nested list with same items structure like the object below?

filteredObject: any[] = [
    { type: 'link', data: { label: 'Link 1', link: 'http://localhost:9000/' } },
    {
      type: 'group', data: {
        label: 'Group 1', children: [
          { label: 'Link 3', link: 'http://localhost:9000/' },
          { label: 'Link 4', link: '#' }
        ]
      }
    },
    { type: 'link', data: { label: 'Link 1', link: '#' } }
  ];
@manishjanky
Copy link
Owner

Hi ,
And sorry for the delayed response. And yes i can support nested lists. If you have already done that would be happy to accept a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants