H
Helmut Giese
Hello out there,
I need to display hierarchical data - somewhat similar to a file
system. There will be lots of items (10.000 or more).
Here is what the users want:
- Display as a tree (since its hierarchical),
- but also optionally display as flat list with a text search option,
- and the possibility to switch between the 2 views while keeping the
current position.
The idea behind these requirements is as follows:
- For users who are well aquainted with the structure of the data the
treeview will probably be the most efficient way to locate the item of
interest.
- For others which maybe only know the name of one particular item but
not its path a searchable list might make more sense.
- Finally the opton to switch between these 2 views: Item names will
have (lots of) duplicates. If someone knows the approximate path the
treeview may be good to home in into the region of interest and then
switching to the list view and use the search feature - or maybe the
other way round: users have different ways to accomplish their goals.
Currently I don't have a concrete idea how to approach this and
therefore any link or advice will be greatly appreciated.
Best regards
Helmut Giese
I need to display hierarchical data - somewhat similar to a file
system. There will be lots of items (10.000 or more).
Here is what the users want:
- Display as a tree (since its hierarchical),
- but also optionally display as flat list with a text search option,
- and the possibility to switch between the 2 views while keeping the
current position.
The idea behind these requirements is as follows:
- For users who are well aquainted with the structure of the data the
treeview will probably be the most efficient way to locate the item of
interest.
- For others which maybe only know the name of one particular item but
not its path a searchable list might make more sense.
- Finally the opton to switch between these 2 views: Item names will
have (lots of) duplicates. If someone knows the approximate path the
treeview may be good to home in into the region of interest and then
switching to the list view and use the search feature - or maybe the
other way round: users have different ways to accomplish their goals.
Currently I don't have a concrete idea how to approach this and
therefore any link or advice will be greatly appreciated.
Best regards
Helmut Giese