Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3525 Visualizações

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
Cancelar
Melhor resposta

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

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


Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
mar. 15
4228
0
set. 22
16
1
ago. 21
6801
0
jul. 21
2846
3
out. 19
4964