cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Elements List Report - Hide Action & Row Selection

suwandi_cahyadi
Contributor

Hi,

I am on SAP Fiori UI version 1.44.15. When creating a Fiori Element List Report application, by default there is a Show Details action button and in the table, there is a column on the left side for row selection.

How to remove/hide those Show details action button and row selection at table level? (Because the extension available I found is to add action button and I'm not sure in 1.44.15, there's no option for column extension)

Thank you.

maheshpalavalli
Active Contributor
0 Kudos

you can also provide some screenshots for others to have a good understanding of ur issue

suwandi_cahyadi
Contributor
0 Kudos

Hi,

Kindly find the screenshot below:

I want to remove those 2 marked in red boxes. The show details action button and the selection field in the table.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

maheshpalavalli
Active Contributor

If you want to remove the navigation option to the second view, then remove the pages (Object page) data in manifest.json file.

former_member794691
Discoverer
0 Kudos

Hello, this was very helpful. Im facing the same problem, any idea on how to remove the radioButtons? The row selection?

Thanks

0 Kudos

1) Remove Object Page Navigation in manifest.json

2) Use requiresSelection as false

example : "ActionSendEmail": { "id": "idSendEmailButton", "text": "{@i18n>sentEmail}", "press": "sendEmail", "requiresSelection": false }