I'm generating a TreeView with a Json, the library I'm using is bootstrap-treeview.js.
The structure of the Json that I receive is the following:
data = [{
"Nivel": 0,
"NombrePuesto": "Coordinador"
}, {
"Nivel": 1,
"Nom...
asked by
05.04.2018 / 01:08