could anybody suggest solution how to display data in treeview like format in wordpress. There is no plugin for that.
I want to display something like table of content. Not talking about pages/categories from wordpress itself.
I found
- this jQuery plugin that can be used to display my data. I cannot edit and store data using this plugin though.
- jsTree - a javascript based, cross browser tree component. It is packaged as a jQuery plugin. This looks very promising.
Very important part of the whole solution is how to store the source data of the tree (database or xml ?) and how to update the source data. I found this article very useful.
I am looking for a solution that would let me to display the data and preferably also edit/store them. Editing needs to be available only for admin users.