Highlighting individual Cells in UITable

11 ビュー (過去 30 日間)
Tk
Tk 2019 年 4 月 29 日
コメント済み: John Smith 2020 年 4 月 16 日
Hi,
I want to hightlight specific cells (not a complete row/column) in a UITable with App Designer.
To my understanding, HTML does not work in UItables created with App Designer.
Do you have any other ideas and approaches? Or any advice how to get HTML Code in the table working?
Thank you
  1 件のコメント
John Smith
John Smith 2020 年 4 月 16 日
S = uistyle('BackgroundColor', 'yellow');
addStyle(app.UITable, S, 'cell', [13 6]);

サインインしてコメントする。

採用された回答

Jan
Jan 2019 年 4 月 29 日
I did not see a solution in the net yet. You can set the colors of the java tables in figures by HTML or java code, but not on uifigures.
  1 件のコメント
Tk
Tk 2019 年 4 月 29 日
Thanks for the confirmation!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by