Update UI table data in appdesigner?

조회 수: 5 (최근 30일)
Andrew Poissant
Andrew Poissant 2018년 11월 19일
편집: Andrew Poissant 2018년 11월 19일
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일
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개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by