How can I stop HTML code being visible in UITABLE editable cell?

1 view (last 30 days)
I am using HTML to right align strings in a column of a UITABLE which has property ColumnEditable=true. The HTML is as follows: -
['<html><table border=0 width=120 ><TR><TD align=right>',t1{k,1},'</TD></TR> /table</html>']
This works fine except when I click on the cell to edit its contents the HTML becomes visible - which makes editing the cell contents very confusing. Does anybody know of a way of stopping this? I have searched MATLAB Central and the Web without success.
Thanks

Answers (0)

Categories

Find more on Migrate GUIDE Apps 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!