cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Controller Extension override issue

SAPSupport
Employee
Employee
0 Likes
286

we want to add some other parameters so that search can be completed on those columns/parameters as well.

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Please check

 

Different Ways of Adding Custom Columns to Smart Table in SAPUI5

From <https://community.sap.com/t5/technology-blogs-by-members/different-ways-of-adding-custom-columns-to-...

 

 

The useTablePersonalisation attribute can be set to true or false depending on whether you want to define personalized table settings. If you want to persist the table personalization, you need to specify the persistencyKey property.
Note:
This is not a dynamic property and cannot be changed once the control has been initialized

From <https://sapui5.hana.ondemand.com/1.118.0/#/api/sap.ui.comp.smarttable.SmartTable%23controlProperties

Answers (0)