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!!!