cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple select in Fiori Smart Template generated from CDS-view

Former Member
0 Kudos

Hi Experts,

Is it possible to implement multi select functionallity (checkboxes in the left column of table) in smart template generated from CDS view? I didn't find any annotations for this. How can we do this if it is possible? Thanks in advance!

Best Regards,

Mihail

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Mihail,

Although I'm replying late, I hope this helps.

I believe you are using the 'List Report View' type smart template ? If yes, then check this link - List Report View UI5 Demokit   and scroll to the section 'Multi select ..'

(For your info, the link is the internal demokit link, as the open ui5 site, isn't updated with this info yet)

Basically, you need to add the following the setting to the ListReport template in the manifest.json,


"settings" : {

  
"gridTable"   : false,

  
"multiSelect" : true

  
}

Former Member
0 Kudos

Hi Mihail,

Did you find a way to do this?
I am trying to do a similar implementation.

Kind Regards,
Prabhat