Questions tagged as 'jstree'

1
answer

Jstree no casrga children

I am trying to load a jstree by means of a json array created from multiple queries, the problem is that I generate the JSON with the structure that requires it according to the documentation, but when I execute the code it only loads the two no...
asked by 01.10.2018 / 23:08
0
answers

Recursivity in PHP - How to generate the data structure for bootstrap-treeview

I need help to generate the data structure requested by bootstrap-treeview ( link ) In my Table I have: (id, father_id, name) How can I create the following structure using PHP ????? var tree = [ { text: "Parent 1", nodes: [...
asked by 22.06.2018 / 02:32
0
answers

How can I make the dragging of a file to a node of a jstree recognize the node to which it is dragged?

I have the jstree plugin implemented and I read all the documentation but apparently there is not an event that I hear when I drag a file to the node of the plugin I would like to know if someone has any solution     
asked by 18.04.2018 / 18:27