Questions tagged [tables]
Tables are a means of organizing content into rows and columns, often – but not always – in a grid-based layout where columns and rows have distinct relationships.
998 questions
0
votes
0
answers
26
views
Multi Select (ALL) on a Virtualized List
I have a data grid that has close to 500,000 records on it and users would like to select all records and deselect lets say 50 records from the existing records. This is achievable programatically (...
0
votes
1
answer
65
views
Best UI patterns to compare lists of words across 2 to 20+ languages (mobile and desktop)?
For example, this word list comparing ~15 Dravidian languages against a standard set of English words, works reasonably well on Desktop, but I have no idea how to do this optimally on mobile (there ...
1
vote
1
answer
108
views
Expand icons used for two methods of displaying information
In a complex table if there’s a small indicator on the cell, like an expand icon, the box opens either as a side panel or as a modal. This behavior changes from cell to cell. For example, if it’s a ...
1
vote
2
answers
106
views
Should a help icon be placed to the left or right of text in table header cell?
Should a help icon (one that shows text upon hovering) be placed to the left or right of text in table header cell? What if there are also arrows to indicate sorting in the table header cell?
1
vote
1
answer
68
views
Novel UI/design ideas for organizing "consonant charts" for various languages for mobile screen?
Your typical consonant chart looks like this in its full form
This doesn't work super nicely IMO on mobile, as you'd have to scroll horizontally and vertically a lot to see everything.
That chart is ...
0
votes
1
answer
67
views
Table should filter be based on currently displayed or overall
I have a table of orders. Each order can be in production or finished. The table data can be changed selecting which types of orders to show: All, In production, Finished.
Every order has a ...
0
votes
1
answer
104
views
Accessible text heavy table links
We have a table with many cells:
Clicking anywhere in the table opens the side panel.
Clicking specific cells can open corresponding sections within the side panel.
To differentiate between cells ...
0
votes
1
answer
84
views
In a table in the action column I use an ellipse for more options. Should I change it for the edit and delete?
In a table I have an action column that has an ellipse icon with different options depending on which page you are on. In one table I will need an edit and delete option. Should I have these viewable ...
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
1
answer
198
views
best practice for pagination of tables
my problem is:
Imagine I have a table with dynamic data. It could have 1 record or 2000 records. Should I have pagination, even when there are fewer than 10 records?
1
vote
1
answer
119
views
checkboxes & multi-selection for rows in table on mobile
We are adapting desktop pages with a large table, to be usable on mobile devices. The table has multiple columns, edit icons on the right, and a checkbox on the left side. Above that checkbox column ...
2
votes
2
answers
155
views
Different actions in context menu - confusing or no?
How to handle table content menus?
(Never mind the red arrow here please)
Currently for each line we display a 3-dot-menu on the right with actions the user can take with the selected data row; e.g. ...
1
vote
1
answer
361
views
How to Redesign a Table Row with Expandable Lists for Better UX?
I am working on a table that displays rows of data, and each row contains a column with a short list of items (typically 3 items). When a user clicks a "Show More" button, the list expands ...
1
vote
1
answer
117
views
Disable a column when the specific column has value
I am making a table that has three columns. The user can only choose either the second column or the third column to enter value. How would you design the table?
This is my current design, but I am ...
0
votes
1
answer
173
views
How do i present a table with 4 "dimensions"
What would be a good design for the user to interact with a dataset that has 4 "dimensions", and one of them is editable. It's presented on web, so i have all kind of user interaction in the ...