I have a SAPUI5 table with numbers. I want to add a sum/total row to summarize the values of each column. I checked the documentation of both table classes:
as well as column classes:
but can't figure out if there is a standard column property, which specifies the sum of column values. I found several topics on SO regarding this subject, e.g.:
But none of them is marked as answered.
Is there any default column property, which can provide a total value of the column's data?