cancel
Showing results for 
Search instead for 
Did you mean: 

P13nFilterPanel operation by default

Former Member
0 Kudos

Hi,

I am working with sap.m.P13nDialog. You know how can I change  the combobox operation in P13nFilterPanel ? I want to put sap.m.P13nConditionOperation.BT by default.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Kudos

Hi Iker,

In the constructor of "P13nFilterItem' there is a property as "Operation". Provide something like this


new sap.m.P13nFilterItem({operation:"BT"});

Check the sample here: Plunker - P13nDialog

Regards,

Sai Vellanki.

Former Member
0 Kudos

Thanks but that is when I add FilterItem. I need show the operation BT in the combobox when open the Dialog