i have this table struct: id string name string gross real net real tax real now i want to add a field like calculated field to have sum(...) of each real type fields. is it available in a table component or i have to make a function manually?