username@email.com
2022-08-29 19bc2e140fbef74cf87f8e0edfb2d173b1f52d40
1
2
3
4
$.extend($.fn.treegrid.defaults, {
    expanderExpandedClass: 'glyphicon glyphicon-chevron-down',
    expanderCollapsedClass: 'glyphicon glyphicon-chevron-right'
});