cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Smart Variant Management to specific Smart Tables(Object Page)

rahullohia
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello all,

I have a List Report with navigation to object page with a few facets (smart tables). I want to disable the smart variant management within these smart tables.

Below is my setting for list page

"list": true,
					"settings": {
						"condensedTableLayout": true,
						"smartVariantManagement": true,

How do I disable the persistent variants for other smart tables which are not in the list page?

I tried the "Remember Selection = false" in smart table but it doesnt work.

Thanks,

Rahul

maheshpalavalli
Active Contributor
0 Kudos

can you try this "variantManagementHidden":true setting as shown below:

https://ui5.sap.com/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61

Accepted Solutions (0)

Answers (1)

Answers (1)

rahullohia
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mahesh,

Thanks for your reply, but your option is for the list report table. My issue is with other smart tables not part of list report. When a user applies filters as shown below in any smart table in object page, they are persisted and I can see its because smart variant management is active. But I cant seem to find a straightforward way to disable them as you can in the list report (or e.g given by you).