PySimpleGUI / PySimpleGUI/PySimpleGUI

[Request] Function to update row color in Table

Open
#1,064 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Done - Install Dev Build (see docs for how) Port - Cross-port
Dominant language
Python
Stars
13.8k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

Hello Mike,

I'm referencing issue #1026, which I opened 8 days ago. You implemented the feature to set the background and text color for each row in a table. Would it also be possible to update the background color for a row after the initialization of the Table element? A parameter "row_colors" in the Update function would be cool. Thank you!

Regards,
Julian

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #1026 and the existing Table Update API mentioned in the request. Trace how row colors are set during initialization and determine the supported backends before assessing the requested update behavior. Done means an initialized Table can update a row's background color through the proposed row_colors parameter.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.