Uitable

Hi, I want my UItable to start with 10 columns and 3 rows (including headers). I cannot find any propery on the object inspector to perform this.
Can this be done? Thanks

답변 (1개)

Jason
Jason 2011년 2월 28일

0 개 추천

Found the answer: "You can always "physically" delete row-data:"
A=rand(4,3); th=uitable('Data', A); A(4,:)=[]; set(th, 'Data', A);

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

질문:

2011년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by