As per the documentation,it is mentioned that we can use the css class to customize the style of column after applying filter but when I try to add an image to the class,it never loads
.x-grid-filters-filtered-column {
font-style: italic;
font-weight: 300;
background: url(../static/images/filterIcon.png) no-repeat!important;
background-position: calc(100% - 5px) 3px!important;
text-decoration: inherit
}
Please suggest on how to proceed further.Thanks!