javascript - How to separate parent, child and grand child from selected jstree node? -


i have set of jstree dynamic data, checkbox, , custom button, when on click custom button should collect nodes selected in jstree.

my problem have separate parent, child, , grand child nodes because need save parent, child, , grand child in different different columns in database.

is there way to separate parent, child , grand child node selected nodes?

sample tree


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -