maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

Uncaught RangeError: Maximum call stack size exceeded #44

Open goransiriev opened 8 years ago

goransiriev commented 8 years ago

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 commented 8 years ago

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