making checkboxes in uitable mutually exclusive
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Aurelien Queffurust
am 5 Jan. 2012
You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)
2 Kommentare
Titus Edelhofer
am 5 Jan. 2012
No, there is no better way. And as long as your table has less then many thousand entries it should work fine.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!