Change background color of uitable row name fields

29 views (last 30 days)
I want to be able to change the background color of the row name field in a uitable in R2019b.
I currently have a check in place that appends 'Insufficient Data!' into the rowname property of my table if there is insufficient data for that row of the table.
To improve on space efficiency, I want to highlight the row name field to show this.
I am currently formatting the background color of the table cells using uistyle, is it possible to use uistyle for changing the background color of the row name fields?
EDIT: For clarity, I am trying to change the background color of the row names (point 1, point 2 etc... instead of appending 'Insufficient Data!' into the row name

Answers (1)

Adam Danz
Adam Danz on 23 Feb 2021
Edited: Adam Danz on 23 Feb 2021
In Matlab r2019b and later, use addstyle() to control color of cells in a uitable. The uitable must be within a uifigure (such as in AppDesigner).
  5 Comments
Marten
Marten on 22 Aug 2023
Moved: Adam Danz on 24 Aug 2023
let me know if there are any updates on this topic. as for 2023a i still didnt find a solution :)
Mark Magdaleno
Mark Magdaleno on 15 Oct 2023
2023B doesnt seem to support this as well. Still hoping. Row Cells highlighed with the rowname not highlighted looks funky.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!