Tagged Questions
1
vote
3answers
55 views
How should I design a table with clickable rows?
I have a table with information about all loans a client had. This table looks like this
Book_Id | BookType_Title | StartDate | EndDate |
...
4
votes
2answers
86 views
Unintentional link clicks in table rows
The problem
In a desktop application, our users browse a lot of tables. Some cells contain links. Link texts look the same as other cells', except from when hovering, when they turn blue and ...
1
vote
2answers
125 views
What is the best way to display linked text?
I always was curious about the following question:
What is the best UX way to present a text that act as information and also as a link (for example to more detailed information).
I always ...
3
votes
1answer
191 views
What's a good pattern for edit in place with hyperlinks?
I have a datagrid with many columns that I want to be able to edit in place. Some of the values in the table are hyperlinks. I want to be able to follow the hyperlinks and also edit them. The row ...