Replies: 2 comments 1 reply
-
Sorry, perhaps I'm missing something but it's not quite clear what you mean by a table hierarchy? Do you mean a way of sorting data by multiple columns, the equivalent of a Custom Sort in Excel? |
Beta Was this translation helpful? Give feedback.
-
Apologies. I described it really poorly. This looks like a screenshot that more describes what I'm trying to do: Note their is a hierarchy there (tasks are children of user stories). However, the vast majority of the table is the same for tasks or user stories. So, in that example, you click on a user story and the tasks are expanded, but the columns of the table are the same. So, it's kind of a weird merging of a DataTable and a Tree. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of information that I'd like to display, but there also is a hierarchy component to it as well.
Think of it like
car, weight, price
carpart, weight, price
smallercarpart, weight,price
(not the best example :) )
So, they all make sense in the same table, but there's also a hierarchy. I've been managing it by adding/removing rows to the table, but sorting them is an annoying challenge (essentially I use a hidden column to sort and maintain the hierarchy)
I'm aware of tree, but that doesn't work so well when you have a table-like structure.
Am I missing anything obvious that would help in this situation?
Beta Was this translation helpful? Give feedback.
All reactions