PySimpleGUI / PySimpleGUI/PySimpleGUI
[Request] Function to update row color in Table
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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