on 2022 Jul 20 3:40 PM
I am developing a Fiori ListReport app where I want my table type to be grid table with multiselect options. I am creating the ListReport from Fiori ListReport template in Web IDE. The UI5 version is 1.90.6. Unfortunately it's not working despite all efforts. Following is the code written in manifest.json of the Fiori app to do the modification. Please provide some help to fix it. Is there anything that needs to be done in the CDS view code?
"pages": {
"ListReport|ZIV_SD_OUTBOUND": {
"entitySet": "ZIV_SD_OUTBOUND",
"component": {
"name": "sap.suite.ui.generic.template.ListReport",
"list": true,
"settings": {
"tableSettings": {
"type": "GridTable",
"multiSelect": true
}
}
},
Hi pragnya_dash0536
Try this.
"selectionMode":"Multi"
Regards
Pritesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.