Skip to content
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

Add striped rows to DataContentPane table for improved readability #387

Open
melvincarvalho opened this issue Oct 26, 2024 · 0 comments
Open

Comments

@melvincarvalho
Copy link
Contributor

melvincarvalho commented Oct 26, 2024

Description:

To enhance the readability of tables in the DataContentPane, I propose adding an alternating background color for each row. This will make it easier to visually track information across rows, particularly in tables with a large amount of data.

Proposed Solution:

  • Modify the DataContentPane code to set a background color for even-numbered rows.
  • Use a light gray (#f0f0f0) for odd rows and white for even rows, creating a subtle striped effect.

Benefits:

  • Improved user experience and readability in DataContentPane.
  • Minimal visual change with no impact on functionality or existing data.

Mockup:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant