コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
742 ビュー

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


アバター
破棄