making checkboxes in uitable mutually exclusive
6 ビュー (過去 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!