You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So sorry. This is not an issue but I do not know where to put this kind of questions.
What I try to do is to select a specific Node in the tree using a function inside the controller so.
$scope.SelectNode = function() {
var item = _.findWhere($scope.treeData, { id : $scope.selectedNodeId } );
//And Here I need to select the node in the tree so the user knows what s/he is looking at. Samething like item.select =true.
};
I try to use $scope.treeData.jstree("select_node", $scope.selectedNodeId); but it is not working I get the error TypeError: $scope.treeData.jstree is not a function
I really need help!
Best Regards
Henry
The text was updated successfully, but these errors were encountered:
So sorry. This is not an issue but I do not know where to put this kind of questions.
What I try to do is to select a specific Node in the tree using a function inside the controller so.
$scope.SelectNode = function() {
var item = _.findWhere($scope.treeData, { id : $scope.selectedNodeId } );
//And Here I need to select the node in the tree so the user knows what s/he is looking at. Samething like item.select =true.
};
I try to use $scope.treeData.jstree("select_node", $scope.selectedNodeId); but it is not working I get the error TypeError: $scope.treeData.jstree is not a function
I really need help!
Best Regards
Henry
The text was updated successfully, but these errors were encountered: