Questions tagged [column]
The column tag has no summary.
29 questions
0
votes
0
answers
52
views
Column selection for data export
I'm looking for an intuitive way to export data in table form, specifically selecting the rows and columns I want to export. Usually, it's possible to select the rows and then click on an export ...
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
120
views
How to better manage two columns of toggle switches in a table?
In this table, I have two columns of toggle switches, two toggles for each cell - I need to be able to decide if an email is sent at the start/finish of an alert, same with sms. I was wondering if ...
3
votes
2
answers
631
views
On phones, does the last item in the footer have precedence?
Is it true, that on phones the last item (last column on PCs) in the site's footer is (usually) read more often that the first one, because if the user scrolls to the end, he will see the last item (...
1
vote
0
answers
83
views
How to best represent multiple status in different columns [duplicate]
As I'm using chips component to diplay status or tags, it becomes hard and tricky to dissociate each status.
Here you can see different parameters. And status as the main value like (active or ...
0
votes
2
answers
353
views
Alignment of first column in table when it is numerical
Best practices for tables suggest to align numerical values to the right. This makes them better scanable and comparable. In our software, numerical values are mostly right-aligned in tables.
However, ...
0
votes
3
answers
982
views
What is the best way to display a list of labels in a row of a table
My application allows you to see the list of banking transactions in a table format.
Each transaction contains a date, a category (blurred), a label (blurred), a list of beneficiaries and the amount (...
1
vote
3
answers
210
views
Tree-structured filter and related table columns
I'm struggling with the logic of a filtering option. In that filter I have multiple roots and nodes (see example below):
The user can interact with the filter and select either an entire root and all ...
2
votes
1
answer
183
views
Filterable table column with dynamic unit
I develop a dashboard for telecommunications service monitoring. In a couple of tables there is an Outage column, which shows the outage in days. In most cases the outage is longer than 1 day, but ...
6
votes
3
answers
811
views
How to arrange columns in a table appropriately?
We are re-designing our dashboard. Currently, all table lists will start with column 1.'ID' then 2.'Name'.
The issue is, all users have a name but not all users have Reference ID, especially when ID ...
0
votes
1
answer
114
views
Can a 2-column grid of info be acceptable if it mitigates an awkwardly large amount of white space?
I'm in the middle of a psuedo-overhaul of my company's platform, with an emphasis on "object-level" pages (ie the page for an individual task, or individual appointment).
A problem I'm ...
0
votes
1
answer
460
views
Column re-ordering - How to store the column order?
I am designing a table that enables user to re-arrange the columns according to user's preference. Below is a simple example to demonstrate.
There is a default column arrangement (A-F) but users are ...
5
votes
2
answers
185
views
How can we inform the columns of a table can be made wider?
After using Query SO couldn't stop but to notice how hard it is to understand we can change the width of columns.
How can we inform the user that the columns can be made wider?
4
votes
4
answers
8k
views
Way to fit a more than 20 columns wide table in PDF?
I have a table with more than 20 columns. This table is displayed with scrolling on a website. I have to scale these columns for a PDF export.
Is there a UI pattern that helps fitting these columns ...
1
vote
2
answers
809
views
Table column as fixed
I am building a data table where one of the requirements is:
As a user, I want to set a column as fixed
As in the following example, from https://uxdesign.cc/design-better-data-tables-4ecc99d23356
I ...