Skip to Content
0
Nov 03, 2021 at 04:00 PM

Fiori elements condensed table layout visible rows

344 Views Last edit Nov 04, 2021 at 08:52 AM 6 rev

Hi,

How can I control the number of rows displayed when using the condensed table layout? By default it seems to display 25 rows.

screenshot-2021-11-03-165744.png

Environment: CAP odata v4 + fiori elements annotations

What I've tried in the manifest.json, but does not work:

"controlConfiguration": { 
"financialDetails/@com.sap.vocabularies.UI.v1.LineItem": { 
"tableSettings": { 
"type": "GridTable", 
"condensedTableLayout": true, 
"enableFullScreen": true, 
"selectionMode":"Single", 
"visibleRowCount": 5 } },
  

Thanks, Zsolt

Attachments