jquery-treegrid icon indicating copy to clipboard operation
jquery-treegrid copied to clipboard

Uncaught RangeError: Maximum call stack size exceeded

Open goransiriev opened this issue 9 years ago • 1 comments
trafficstars

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 avatar May 16 '16 15:05 goransiriev

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

shaddyhm avatar Sep 01 '16 19:09 shaddyhm