Open goransiriev opened 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' }); });
@goransiriev Check the classes on the tr elements... I had the wrong classes that caused this error.
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' }); });