Hello UX Stackexchange!
I am working in a data-related company. Most UI layouts are based on tables. By default, any table is sorted by the first column ascendingly. Now comes the situation, where we main focus of one of the tables should …
I’m working a desktop app and I need to display a list of task to the user needs to complete.
When clicking on a task (row), a side panel appears from the right to the left to display additional informations and actions related to the sele…
I’m working on some tables that use both non-clickable indication icons (the R and the Repeat icons on the left) and clickable action icons (the dollar sign and printer icons on the right). I think users will learn and understand while onb…
I’m working on some tables that use both non-clickable indication icons (the R and the Repeat icons on the left) and clickable action icons (the dollar sign and printer icons on the right). I think users will learn and understand while onb…
I want to manage the Duplicate and remove lines in a datatable without using a modal dialog or a pop up overlay.
Have you some examples of how to manage these actions within the same datatable?
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 (blurred)
My problem is to display the l…
Currently in our (enterprise) UI, there are tables that have required selections. Typically, these tables have hundreds to thousands of objects. In one case an action is to be performed against these specific objects, and the user is requi…
we are building software that has master detail design with tree view on left for selection and data grid on the rights for details (like in windows file explorer).
now we are discussing the case when for selected node all rows inside det…
I have a generic table with a list of items and columns. Some items can be expanded via an ‘expand row’ icon located at the leftmost side of the table, which displays a list of subitems underneath the item row.
I need to show S/N or serial…
In a table with clickable rows (a click on each row opens the dedicated page), the text could be truncated if it’s too long. We thought to add a tooltip with the complete text on hover, but our app can be used on both desktop and tablet.
H…