コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3551 ビュー

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
4244
0
9月 22
16
1
8月 21
6819
0
7月 21
2853
3
10月 19
4996