Skip to Content
Menú
This question has been flagged
1 Respondre
3505 Vistes

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
Descartar
Best Answer

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

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


Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 15
4190
0
de set. 22
16
1
d’ag. 21
6756
0
de jul. 21
2820
3
d’oct. 19
4950