Is there a way to put the same uitable in two seperate places? (Matlab App Designer)

조회 수: 3 (최근 30일)
I work on an app with multiple tabs, and I want the same table with editable cells to be in two different tabs, so when I update the table in one tab it would automatically update the second one.
Is there a way to make the same uitable to appear in two places or do I have to manually update the second table each time the first one is changed?

채택된 답변

Yongjian Feng
Yongjian Feng 2021년 8월 22일
Is it better to put your table in a shared area of tabs?
  댓글 수: 2
Noam Ouzana
Noam Ouzana 2021년 8월 23일
Unfortunately it won't work with the app design and workflow.
Yongjian Feng
Yongjian Feng 2021년 8월 23일
If it is exactly the same table, maybe it should be outside those tabs in a shard area like this:
If two tables just shared some data, then they shall be two separated tables, and you need to synchronize them by handling the update events.
Does this work for your workflow?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by