How can i clear a row or all rows of UItable in AppDesigner?
Show older comments
clear one row:

clear all rows: 

what i wanted is shown in these pictures, how can i do this? I'd appreciate some help.
3 Comments
Geoff Hayes
on 5 May 2022
@Aiden Su - how are you expecting to clear the rows? Do you have a push button that will just remove one row at a time? If not, what are your steps to do this?
Aiden Su
on 6 May 2022
Geoff Hayes
on 6 May 2022
Answers (1)
Mitch Lautigar
on 5 May 2022
0 votes
For UItables, you need to set "editable" to on so you can change the values of the table programatically. After that, it's just a matter of stepping through the UI structure to get to the table parameters. I have two things to point you too in the hopes it helps.
- https://www.mathworks.com/matlabcentral/answers/40789-is-there-a-way-to-delete-a-whole-row-in-a-uitable-by-clicking-a-delete-row-button --- This question was asked previously, and helped me to do this in a personal GUI of mine.
- https://www.mathworks.com/help/matlab/ref/matlab.ui.control.table-properties.html --- This has table properties. The property you are looking for I believe is "data"
1 Comment
Categories
Find more on Card games in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!