Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
749 Weergaven

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

Avatar
Annuleer
Beste antwoord

Hi

You can hide the table using t-if condition 

Please find the example below 


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

Regards


Avatar
Annuleer