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

Uncaught RangeError: Maximum call stack size exceeded #44

Open
goransiriev opened this issue May 16, 2016 · 1 comment
Open

Uncaught RangeError: Maximum call stack size exceeded #44

goransiriev opened this issue May 16, 2016 · 1 comment

Comments

@goransiriev
Copy link

I have this error on my Tree
Uncaught RangeError: Maximum call stack size exceeded

$(document).ready(function () { $('.table').treegrid({ initialState: 'collapsed', expanderExpandedClass: 'glyphicon glyphicon-minus', expanderCollapsedClass: 'glyphicon glyphicon-plus' }); });

@shaddyhm
Copy link

shaddyhm commented Sep 1, 2016

@goransiriev Check the classes on the tr elements... I had the wrong classes that caused this error.

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