Highlighting individual Cells in UITable
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
John Smith
le 16 Avr 2020
S = uistyle('BackgroundColor', 'yellow');
addStyle(app.UITable, S, 'cell', [13 6]);
Réponse acceptée
Jan
le 29 Avr 2019
See also: https://www.mathworks.com/matlabcentral/answers/25038-how-to-change-each-cell-color-in-a-uitable
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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!