cancel
Showing results for 
Search instead for 
Did you mean: 

MultiSelect Option in Fiori ListReport table with GridTable type

pragnya_dash0536
Discoverer
0 Kudos
981

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

}

}

},

MioYasutake
Active Contributor
0 Kudos

Currently, is single select (radio button) enabled for your app?

pragnya_dash0536
Discoverer
0 Kudos

Yes, single select is enabled in the app.

Accepted Solutions (0)

Answers (1)

Answers (1)

priteshpatel65
Active Participant
0 Kudos

Hi pragnya_dash0536

Try this.

"selectionMode":"Multi"

Regards

Pritesh