Skip to Content
0
Jun 13, 2018 at 04:07 PM

How to change Dimension Filter Header Text

167 Views

Dear Experts,

I am working on SAP Design studio16.5.0.

I need to change the default text "text" in the header of the dimension Filter.

so far I am using the following CSS code.

.sapzenfilterpanel-PopupContainerDialog .sapUiTableCHdr .sapUiTableColHdrCnt

{

label: "customised text" !important;

}

But it's not showing the desired results.

Am I using the right classes

Thanks in advance!!!