Open
Description
The current table layout on mobile devices has, in my opinion, significant usability issues. The table stacks headers vertically with no clear alignment to the data rows. This makes it very difficult to understand which “Data” belongs to which column.
Users can’t interpret the table without guessing the structure, which defeats the purpose of a data table.
I would expect, as a user, that the expected behavior be one following guidelines like:
-
Column headers should remain horizontally aligned with their respective data cells.
-
The layout should either be responsive (e.g., with horizontal scrolling) or convert to a stacked, card-style layout where each “row” is clearly broken into labeled fields.
Metadata
Metadata
Assignees
Type
Projects
Status
📋 Backlog