making checkboxes in uitable mutually exclusive
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Aurelien Queffurust
el 5 de En. de 2012
You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)
2 comentarios
Titus Edelhofer
el 5 de En. de 2012
No, there is no better way. And as long as your table has less then many thousand entries it should work fine.
Más respuestas (1)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!