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

Réponses (1)

Jason
Jason le 28 Fév 2011

0 votes

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

Catégories

En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange

Tags

Question posée :

le 28 Fév 2011

Community Treasure Hunt

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

Start Hunting!

Translated by