I need my own calculated value in the footer. Unfortunately, this is currently not possible, because only the predefined aggregate functions can be used. Therefore I added a default to the switch statement in the file DataTables.tpl.php (line 109).
default:
$footerValue = $footerMethod;
break;
It would be great if you could take this over into the next deploy and if necessary this extension into further packages.