Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
2165 มุมมอง

Guys,

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

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
ผู้เขียน

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.

ผู้เขียน คำตอบที่ดีที่สุด

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 .....


อวตาร
ละทิ้ง