Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3518 Vistas

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
Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
2
mar 15
4213
0
sept 22
16
1
ago 21
6775
0
jul 21
2834
3
oct 19
4954