Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3573 Переглядів

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>


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
бер. 15
4276
0
вер. 22
16
1
серп. 21
6840
0
лип. 21
2871
3
жовт. 19
5035