-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Treegrid Problem #1849
Comments
I have also got same error. Please Fix it asap. I found the issue location :: |
Got Solution data: TreeNode[] = [ |
thanks for solution! |
Hi
i can't generate treegrid more than 2 level child, is there any suggestion regarding this problem ?
below is my console log error:
ERROR TypeError: toCheck.push is not iterable (cannot read property Symbol(Symbol.iterator))
at NbTreeGridService.find (index.js:21523)
at NbTreeGridService.toggle (index.js:21509)
at NbTreeGridDataSource.toggle (index.js:21579)
at NbTreeGridDataSource.toggleByIndex (index.js:21585)
at NbTreeGridComponent.toggleRow (index.js:22011)
at SafeSubscriber._next (index.js:21698)
at SafeSubscriber.__tryOrUnsub (Subscriber.js:183)
at SafeSubscriber.next (Subscriber.js:122)
at Subscriber._next (Subscriber.js:72)
at Subscriber.next (Subscriber.js:49)
fyi, i'm using ngx-admin.
it's happening also in ngx-admin website:
Thanks
The text was updated successfully, but these errors were encountered: