Hi Ian,
at the moment the total only shows the total of what is displayed.
So is really only useful in the "file loaded" case.
that's because totaling is really expensive, and would trigger a whole table re-load on every "page" update. You can of course put in a custom function though for the total if you have an effecient way to calc the total.
cheers
Bruce