Filter löschen
Filter löschen

Appearance of logical values in uitable

7 Ansichten (letzte 30 Tage)
Thomas Laxton
Thomas Laxton am 19 Jan. 2023
Kommentiert: Thomas Laxton am 20 Jan. 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!

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by