Clear Filters
Clear Filters

Easy way to change foreground color into a single uitables´s cell

1 view (last 30 days)
Hello,
this time I have an uitable, filled with some data. I would like to be able to change the foreground color of some particular cells inside the uitable. For instance, if the values represented on one column are under a certain value, they should be written in black, otherwise if they are over the threshold they should be printed in blue inside the cell.
I have checked the documentation but I cannot find something helpful, and seem like the 'ForegroundColor' property is only affecting the whole uitable 'data' but not single cell elements.
I know that this could be possible managing some java code, but I am not that close to that world.
Can someone help me?

Accepted Answer

Jan
Jan on 8 Sep 2011
Please read this thread: CSSM: Yair's cell renderer
TMW suggests using HTML tags to change the foreground color: Solution D782JW
  1 Comment
Giovanni
Giovanni on 12 Sep 2011
Thanks! That is exactly what I was needing. I decided to use the xml approach.
Is there then a way to aling the text on the right side? Unfortunately I´m not a lot in xml, and I don´t know how to get this in Matlab.
How can I modify the function in order to put the xml colored text on the right side of my cell?

Sign in to comment.

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!