Questions tagged [nested-tables]
The nested-tables tag has no summary.
10 questions
1
vote
1
answer
401
views
Nested table best practices
I'am trying to create design for table with nested rows. I came up with this idea
What do you think? Is it a good practice?
Primary users are occasional computer users who fill out extensive forms ...
0
votes
2
answers
2k
views
Multiple nested tabs alternative?
I am working on a web app for ipad and the app has nested architecture. As you see in the image we have like 3 levels of nested tab. The level 1 header has items on right side which I haven't shown ...
1
vote
0
answers
298
views
How to create a clear and editable hierarchy table? [closed]
I was seeing some old threads for hierarchical tables (like this one), but nothing quite fit my project requirements, so I thought we could update the discussion!
In my application's hierarchy ...
2
votes
1
answer
724
views
Nested Cards on mobile
I've come across many good nested/hierarchical data on mobile, problem is they often only include one line of information.
I'm looking to include more information than just a card title, so I'm ...
1
vote
2
answers
594
views
Input data in data tables
I have to design a data table which is going to be 288 rows and 15 in size. I want to make it easy for users to input data efficiently. The data covers an entire day, in 5 minutes intervals, i.e. (...
1
vote
3
answers
2k
views
Displaying Table inside Table
We have table setup like below. Before you click the plus table looks like
Once you click on the plus next to any row, it opens up like this
So as you can imagine if the user opens up too many tables ...
1
vote
1
answer
613
views
How to effectively capture nested data?
We need to capture data in the following structure(A json payload is the easiest way to represent the structure I know of):
{
"A": [{
"B1": "foo",
"B2": 1,
"B3": [{
"C1": "bar",
...
2
votes
1
answer
3k
views
Nested (hierarchical) list needs solution for multi-select functionality
Our app requires us to allow users to created their own hierarchical groups, then associate documents with those groups.
In my opinion the biggest usability concern is that users also need to be able ...
1
vote
2
answers
657
views
Correct way to display row name/label
I want to display label (or name) for second row in a table so users know about what that row contains, please see image.
Please note: On left there is another grid, thus adding name/label for the ...
9
votes
1
answer
9k
views
A table within a table - Table Inception
Here is a little UX problem I'm working on right now and I'm posting it here because after a lot of research, there are not many good examples of this out there.
The context: Consider this as a web ...