跳至內容
選單
此問題已被標幟
1 回覆
722 瀏覽次數

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


頭像
捨棄