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!