I want to add column summation in sap.ui.table control in sapui5.
Requirements are as follows:
1) total can be shown as separate bottom row.
2) While horizontal scroll that total cell also scroll along with column.
3) while column sort total cell should not sort with other column values.
These requirements is same as summation functionality in SAP.
Add comment