Is it possible that the column format of a UITable depends also on the row ?
Show older comments
The UITable.ColumnFormat field set the format for each column.
I would like if possible to make this format depend on a cell instead of a column.
Is there a way of setting a format to a specific cell within my uitable ?
Thank you,
Arthur
1 Comment
Anas
on 25 Mar 2025
Moved: Walter Roberson
on 25 Mar 2025
Answers (1)
yes, you can format individual cells of uitable using uistyle and addStyle .
See the HTML interpreter and OL (ordered list) option for setting the uitable cell properties using uistyle and addStyle for more information
3 Comments
Walter Roberson
on 25 Mar 2025
However, none of the styles available permit establishing list boxes.
The closest you can get is to use HTML to output a non-interactive table inside a cell
Anas
on 27 Mar 2025
Anas
on 27 Mar 2025
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!