Hi,
I want to add footer to the sap.ui.table.Table.
As sap.ui.table.Column doesn't have aggregation 'footer' like sap.m.Column
Like using sap.m.Column we can add footer to the sap.m.Table.
Name | City | Allotted Amount | Expense |
---|---|---|---|
ABC | XYZ | 1000 | 500 |
DEF | XYZ | 2000 | 500 |
GHI | XYZ | 3000 | 500 |
Total | 6000 | 1500 |
---|
Something similar to above. Total must be below its column's footer area.
Can anybody have some pointers on this?
Thanks,
Rahul Naiknaware.