Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to generate tree when id or paren_id is too large #27

Closed
chancoki opened this issue Apr 17, 2024 · 0 comments
Closed

Unable to generate tree when id or paren_id is too large #27

chancoki opened this issue Apr 17, 2024 · 0 comments

Comments

@chancoki
Copy link

Such data cannot generate a tree

var dataOne = [
{
id: 100,
name: 'Portfolio',
parent_id: undefined
},
{
id: 200,
name: 'Web Development',
parent_id: 100
},
{
id: 300,
name: 'Recent Works',
parent_id: 200
},
{
id: 400,
name: 'About Me',
parent_id: undefined
}
];

@chancoki chancoki changed the title Unable to generate tree when id or paren_td is too large Unable to generate tree when id or paren_id is too large Apr 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant