跳至內容
選單
此問題已被標幟
1 回覆
3527 瀏覽次數

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
4229
0
9月 22
16
1
8月 21
6802
0
7月 21
2847
3
10月 19
4965