Skip to main content

Hello,

Does anybody know if it's possible to translate some parts of the list view like the "Page" label and search toolbar ("Selected filter", "Quick search"...)?

Thank you in advance,
Veronika

Hello Veronika,

 

I was able to change  "Quick Search" and "Search Filter" lables but I couldn't target the "Page" lable

 

Drag datalable to your list  and add the following code as an expression on it or to its text property:

 

<script type="text/javascript"> $(document).ready(function()
{

var x = document.getElementsByClassName("filterLabel"); xl0].innerHTML = 'Change Selected Filter lable';

var y = document.getElementsByClassName("filterLabel"); xl1].innerHTML = 'Change Quick Search lable';


});
</script>

 

I'll let you know if I get to know how to  change the page lable 

 

wish it helps


Hello,

Thank you very much! This helps alot! :)

Best regards,

Veronika



Reply