Treeview

Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Treeview

Post by digitalphotoworld »

Please add a new page-type that could handle data in a tree-view like a directory-listing. A lot of data is organized as hierarchical data (like categories with subcategories) and can't displayed properly.


ahmedhsn
User
Posts: 24

Post by ahmedhsn »

Please we need to have a Nested Details Preview from one master, something like a tree hierarchy like the following:

Project
Package
Milestone

so , when click on a project we get preview of related packages and when click on package we get preview of related milestones


andyrav
User
Posts: 636

Post by andyrav »

Would love this feature also


ghasembaghi
User
Posts: 293

Post by ghasembaghi »

some table have records with parent_id field
for example 'department' table:

  • department_id
  • name
  • department_parent_id
    i need to show department list with Tree structure (hierarchical) in other page. for example in this project i have a user table with department_id field that connect to department table via 'use lookup table' option.
    it's better to show a tree list

Post Reply