Update UI table data in appdesigner?

I used appdesigner to create a table. How can I update the 'Data' property of my table when the user enters new data in the cells after the app is called in matlab? When I click on a cell (highlighted in the attached image) I can't change the value. How do I enable value changing and then also update the app.UITable.Data property?

 採用された回答

Adam
Adam 2018 年 11 月 19 日

0 投票

Change the columnEditable property of the uitable to be true for the columns you want to edit and false for the others.

1 件のコメント

Andrew Poissant
Andrew Poissant 2018 年 11 月 19 日
編集済み: Andrew Poissant 2018 年 11 月 19 日
thanks! thats it

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2018 年 11 月 19 日

編集済み:

2018 年 11 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by