how to add checkbox to UITable in Appdesigner APP?

101 views (last 30 days)
i have a table which is getting full of data for a run a i make. after the run i willing to chose rows to further examintation and i want to use for this purpose the checkbox. im trying to add column for the UITable which full of checkboxes (1 for each row).
@DGM - if you can ill be happy to hear your idea for my challege here. thx!!!
really need your help guys... :-)
thx!
  2 Comments
Geoff Hayes
Geoff Hayes on 25 Aug 2022
@Rami Babayew - you may just need to set the ColumnFormat to logical for that column in which you want the check boxes to appear.
Rami Babayew
Rami Babayew on 25 Aug 2022
hmm, i understand you, but i dont know how to code it and to make itto be connected to my uitable.
in app designer the uitable is generated automaticaly in the design view bar, how can i set the column format if it done automatically? thx

Sign in to comment.

Answers (1)

Cris LaPierre
Cris LaPierre on 25 Aug 2022
See these answers
Set your column to be editable for users to be able to toggle the checkbox (Property Inspector for uitable > Table > ColumnEditable = True)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!