Appearance of logical values in uitable

4 visualizaciones (últimos 30 días)
Thomas Laxton
Thomas Laxton el 19 de En. de 2023
Comentada: Thomas Laxton el 20 de En. de 2023
Hello,
I recently moved over to from 2020a to 2022b and reopened a mlapp files I was working on.
In the app I have a uitable which displays logical output values. Since running in 2022b these are displayed in a greyed out format whereas before these were black and bold. How do I modify the way these are displayed back to the more visually clear bold display
Format of results now:
Format of results before (smoker column):
Thank you!

Respuestas (1)

Cameron
Cameron el 19 de En. de 2023
app.UITable.ColumnEditable = true;
  1 comentario
Thomas Laxton
Thomas Laxton el 20 de En. de 2023
Thanks, but what if I specifically don't want the columns to be editable?

Iniciar sesión para comentar.

Categorías

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

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by