If you are referring to uitable() then you cannot insert other controls in one, unless it can be done at the Java level. You can, though, use CellEditCallback or CellSelectionCallback, figure out from the event which cell is being selected, and decide from there what to launch
color selector in table cell
5 次查看(过去 30 天)
显示 更早的评论
I need some advice about how to integrate a color selector into table's cell. It should works like:
1. click on the cell, a combobox appears for color selection
2. select the color
3. start a callback function directly to change e.g. the line color in figure etc.
Anyone has a idee? I found Yair's Java-based method is perfect for step1&2, but for step3, it's very difficult, since I can't find a exact callback func for this.
Thks.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!