Turn single click into triple click

2 views (last 30 days)
Jeremy
Jeremy on 17 Jul 2019
When you embed a table as data into a uitable, you need to triple click in a given cell replace the existing contents with what you type. Otherwise it just appends what you type to the existing data. Is there any way to take a single click and turn it into a triple click?

Answers (1)

Harsha Priya Daggubati
Harsha Priya Daggubati on 24 Jul 2019
Hi,
I suggest adding ‘Cell Selection Callback’ for the uitable and write the code to clear the data present in the selected cell using event.Indices property.
Hope this helps!

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!