solid-panes icon indicating copy to clipboard operation
solid-panes copied to clipboard

Add striped rows to DataContentPane table for improved readability

Open melvincarvalho opened this issue 1 year ago • 0 comments

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

melvincarvalho avatar Oct 26 '24 12:10 melvincarvalho