Clear Filters
Clear Filters

Appearance of logical values in uitable

2 views (last 30 days)
Thomas Laxton
Thomas Laxton on 19 Jan 2023
Commented: Thomas Laxton on 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!

Answers (1)

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

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!