on 2017 Oct 24 11:09 AM
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.
Hi ,
Yes it is possible to create a footer with a button.
All you need to do :
1. Web IDE . Select the project and create a new extension project.
2. Select the list report application and next and select the action and enter the page and label.
3. After clicking finish then you can check the manifest.json will update the code you need to another property called determining: true as shown as below :
4. Save and execute you will find the footer with the button added in your List report
For more options related to extending columns in Listreport or in object page or extending some more controls in template
you can follow these blogs :
Replace Facet with custom control
Regards
Ananth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.