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

hi all,

In a custom made report, i want to hide a particular table under some conditions. How can i achieve that ?

Thanks in reagards

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

Hi

You can hide the table using t-if condition 

Please find the example below 


<table border='0' width='100%' t-if="condition">

Regards


อวตาร
ละทิ้ง