2
I am developing a meeting module, which contains management of staves, the staves are organized as follows:
1. pauta c
1.1.pauta x
2. pauta v
2.1. pauta b
2.1.1. pauta y
Each staff of this is a record in the database. I tried several ways, with Jquery, Javascript with arrays, Datatables, but I was not successful. In this module I need to implement the option to change and delete staves. For example, it has to be possible for the user to select (click) a staff and click another button to turn it into a sub-topic or just leave it as a topic. When modeling the system, Agreedo was used as a model. As far as I understand this structure is tree. However I am looking for something simpler.
The question is, I would like to know if there is an Api . js that assists me in this development. Preferably one that abstracts this part of the tree. If not, I’d like an idea with logic.
That’s not quite what I expect. But it seems that with this structure you can do.. I’ll try to do with it, to see what happens. Then I put the results here
– LSA