fill table with data from text box
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abdullah Duraid
le 22 Mar 2019
Commenté : Abdullah Duraid
le 23 Mar 2019
hello
can any one help me please......
i'm working on gui program that contain table , 2text box and pushbutton
i will enter the first row data from the tow textboxes and then enters the new second row data from the same text boxes ....
how can i make it with out updating the data in same row??
0 commentaires
Réponse acceptée
Kevin Phung
le 22 Mar 2019
I am assuming you are using the uitable, you can just directly edit the data on the table by setting the ColumnEditable property to 1 for the appropriate columns.
3 commentaires
Kevin Phung
le 23 Mar 2019
the uitable has a 'CellEditCallback' that you can assign a callback function to, and you can have that function perform the math processes. let me know if you have any more questions!
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!