making checkboxes in uitable mutually exclusive
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have a uitable with four columns and i have set columnformat of one column as logical. By that way i am having checkboxes in uitable.
I now want those check boxes to be mutually exclusive. how it can be done ?
0 Commenti
Risposta accettata
Aurelien Queffurust
il 5 Gen 2012
You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)
2 Commenti
Titus Edelhofer
il 5 Gen 2012
No, there is no better way. And as long as your table has less then many thousand entries it should work fine.
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!