Skip to Content
0
Former Member
Oct 24, 2017 at 10:09 AM

Adding a footer bar to List Layout from Fiori Smart Template

1226 Views

Hi,

I am trying to add a footer bar to the List Report from Fiori Smart Template.

I wanted to know if there is some documentation for all the available viewExtensions for ListReport like the ones for smart filter bar, table columns and cells. For eg :

"sap.ui.viewExtensions": {
"sap.suite.ui.generic.template.ListReport.view.ListReport": {
"SmartFilterBarControlConfigurationExtension|C_Abc": {
"className": "sap.ui.core.Fragment",
"fragmentName": "abc.ext.fragment.CustomFilter",
"type": "XML"
},
"ResponsiveTableColumnsExtension|C_Abc": {
"className": "sap.ui.core.Fragment",
"fragmentName": "abc.ext.fragment.ListReportResponsiveTableColumns",
"type": "XML"
},
"ResponsiveTableCellsExtension|C_Abc": {
"className": "sap.ui.core.Fragment",
"fragmentName": "abc.ext.fragment.ListReportResponsiveTableCells",
"type": "XML"
}
}
}

I just wanted to confirm the available options with the smart template before adding a custom control for the bar.

Thanks.