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