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 ...
8
votes
4answers
261 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
168 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
584 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 ...