The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
52 views

Incorporating new (unrelated) data on an existing table

We have a big table where user enters hours for each day of a time period (14 slots for day inputs) each row represents a task. the Dev team wants to incorporate tasks from another system into that ...
6
votes
3answers
169 views

Should we use Microsoft's feature names, or our own? “Autofilter” vs “Column filter”

Many Microsoft softwares, like the Office suite and the Windows Explorer, feature a type of column filter that they have dubbed the Autofilter. It filters rows based on column content. It adapts the ...
2
votes
1answer
131 views

Standards or examples of graphically combining hover and sorting, in a column header?

I want to combine two things in the list header in our product: Sort highlight like Spotify. We have a small sorting arrow indicator, but adding a highlight to the header of the sorted column makes ...
4
votes
2answers
140 views

Toggling columns

I have some questions about toggling columns: in an older application, we have some columns that a user can toggle (regardless of available horizontal space). For example, the toggle between ...
8
votes
4answers
264 views

Is moving columns in a tree table automatically bad for UX?

I have a tree table that allows the user to group columns arbitrarily. Is it bad UX for me to move the grouped by columns to the front of the table right next to the tree controls? Would it be more ...
-1
votes
1answer
170 views

How to sort on a single column; OR multiple columns at once (phase 2) [closed]

EDIT: I'm working on this page now and for the next couple of hours, so please don't bother looking at it. I had many outstanding suggesting when I first asked this question five weeks ago. The ...
4
votes
4answers
587 views

Keyboard shortcut to sort columns in a table?

Clicking on column headers in a table to set the sort order (or toggle ascending/descending if already sorting by this column) is a standard UI technique. However, it is mouse-only. Is there a ...