Hi,
I have a column where a template like this is applied:
<script type="text/x-jsrender" id="statusTemplatePLP">
<img src="/Content/Images/status/{{*: data.status}}.png" alt="{{*: data.status}}" title="{{*: data.status}}" />
</script>
That status can be something like "In Review".
I am using the filtering bar to filter records and on this field, I cannot use it as it does not filter. If I try to type "In" it yields no results as the image is there instead of the text. I have also tried adding a <a>In review</a> in front of the image and still it does not work.
Is there a way to apply a custom filter for a specific field?
Thank you for your support!
Kind regards,
Carlos