Hello,
I want to make a dynamic populated treeview from mysql database in PHP. I have searched a lot for that, but i haven't got the solution yet (jquery treeview seems not working in my context).
And i want to realize is that i extend the treeview by clicking the "+" sign.
When i click the item of the treeview, it will execute a query and display the result in the same page.
Do you know how to realize it?
Thanks in advance.