跳至内容
菜单
此问题已终结
1 回复
3588 查看

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

形象
丢弃
最佳答案

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

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


形象
丢弃
相关帖文 回复 查看 活动
2
3月 15
4304
0
9月 22
16
1
8月 21
6850
0
7月 21
2886
3
10月 19
5045