Textbox Filter Icon

Hi Radzen team,
Can you please tell me how I can globally add a lens icon to the textbox filter like this?image|270x61

To select globally all simple filter inputs for strings you can use the following CSS selector:

.rz-cell-filter-label .rz-textbox
{
   
}

Here is also a thread showing how to put an icon in front of input:

The result:

It works. Thank you @enchev .