Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2145 Weergaven

Guys,

Is it possible to use in t-if="'field ilike value" ?

Avatar
Annuleer
Beste antwoord

Use the string javascripts functions like http://www.w3schools.com/jsref/jsref_obj_string.asp

Avatar
Annuleer
Auteur

Could you be a little bit more precise please ? I've tried t-if field_name len(field_name) > 6 and it apparently works, so i tried also t-if="o.field_name startsWith('ebay')" and got error.

Auteur Beste antwoord

So I did :)

I did it that way: t-if field_name len(field_name) > 6 and it seems to work. Of course it's not the perfect solution but .....


Avatar
Annuleer