Borrar filtros
Borrar filtros

Highlighting individual Cells in UITable

16 visualizaciones (últimos 30 días)
Tk
Tk el 29 de Abr. de 2019
Comentada: John Smith el 16 de Abr. de 2020
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 comentario
John Smith
John Smith el 16 de Abr. de 2020
S = uistyle('BackgroundColor', 'yellow');
addStyle(app.UITable, S, 'cell', [13 6]);

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 29 de Abr. de 2019
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.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by