My code is really too long to be posted here, even by little portions. So I will just ask for one or two things : It appears to me that when modifying the 'Data' property of an uitable 'ht' :
set(ht, 'Data', something);
that the "cellSelectionCallback" routine is triggered (as the selection is very likely to have changed, indeed), but not immediatly after the dataset is modified.
- Is this true ?
- Is there any way to prevent such a behavoir ?
Thanks !