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

Hi folks

In a report I need to hide a table when this table is empty.

Could you please let me know what is the instruction's syntax to write in my libreoffice template for this ?

thanks

Avatar
Annuleer
Beste antwoord

You can add if condition on the table to check if there is any data or not.

<table t-if="my_data">
....
</table>


Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
mrt. 15
4194
0
sep. 22
16
1
aug. 21
6765
0
jul. 21
2822
3
okt. 19
4952