making checkboxes in uitable mutually exclusive
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Aurelien Queffurust
2012-1-5
You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)
2 个评论
Titus Edelhofer
2012-1-5
No, there is no better way. And as long as your table has less then many thousand entries it should work fine.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!