Skip to Content
0
Nov 27, 2018 at 12:28 PM

How may I disable resize property of cards retaining custom width in overview page ?

960 Views

Hi Experts,

Our application needs a custom card which looks like a header. So the requirement is to disable the resize property retaining the card width as 100% width of the screen.

Tried to do it with the following code.

"sap.ovp": {

...

"containerLayout": "fixed",

...

}

But the issue with this property is it allows each card to have 1 card size.