I just saw this new thread... :-)
Here's some info for you that I noticed recently:
If you use the content callback of a table as follows:
Table.setContentCallback(tableCallback);
inline function tableCallback(i)
{
// Your code
}
i returns the index of the point that you control from outside, for example from a panel or a slider.
This was very useful for my use case.