jsTree render two trees on razor view in different divs #2633
Unanswered
Stefano-Buzzoni
asked this question in
Q&A
Replies: 1 comment
-
What does it say in the browser console? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using jsTree to render two trees with hierarchical data, data are retrieved by calling two c# methods via ajax using the jsTree instance. My issue is that only the first instance is called whereas the second one is totally ignored and I can't really get a grasp on it.
MVC .NET 6
Edit: sorry for code indentation but this is my first issue on github
<div id="jobstree" />
<div id="costCentersTree" />
<script>
$(function() {
});
</script>
Beta Was this translation helpful? Give feedback.
All reactions