Custom Client Side Formatters Issue

Hello @Teodor ,
I need add new client side formatter .

dmx.Formatters('string', {
    encodeBase64: btoa,
    decodeBase64: atob
});

usage ;

{{'Hello world'.encodeBase64()}} or {{testData.encodeBase64()}}

returned result ;

how can I fix this issue ?

Community Page
Last updated: