tree view - Forum

Forum Navigation
You need to log in to create posts and topics.

tree view

Hi
I want to display database information as a tree.
In database information, a field with the same information must be the main Category and the other column the subcategory

can help me?

@s7shanbe

I don't understand what it's supposed to look like.
Can you draw an example?

Hello,

you may have a look at the hpwTreeView plugin. This is a generic treeview component.

But you have to think about the amount of records you must display/load into the treeview.

How much records should be displayed at once?

You may study the demo pub how to load a treeview.

Regards

 

 

@vadim

this example

Uploaded files:
  • You need to login to have access to uploads.

@ s7shanbe

I completely agree with Hans-Peter. And I think his plugin hpwTreeView is the best solution in this case. If I understand correctly, you need to programmatically create a text file in the right structure to get the tree from it. Take a look at the demo files that come with the plugin.