Skip to content

Poor Table UX on Mobile #7656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
avivkeller opened this issue Apr 17, 2025 · 4 comments
Open

Poor Table UX on Mobile #7656

avivkeller opened this issue Apr 17, 2025 · 4 comments

Comments

@avivkeller
Copy link
Member

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.

image

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.

@ovflowd
Copy link
Member

ovflowd commented Apr 24, 2025

The design was intentionally created to make the table easy to read, eliminating the need to scroll. This is why the headers are in bold. However, I believe we should improve the separation between rows to clearly indicate where one begins and another ends.

That said, I still think this orientation makes the most sense—at least that's what the UX designer who created it believed. So far, we have only received one complaint, which was about the clarity regarding where a row starts and ends.

@araujogui
Copy link
Member

I think we should display information via cards instead of table on mobile.

@araujogui araujogui removed their assignment May 8, 2025
@utkarsh125
Copy link
Contributor

Where does this happen actually? on what page? I would like to work on this issue.

@araujogui
Copy link
Member

Where does this happen actually? on what page? I would like to work on this issue.

Node.js Releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants