Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3520 Представления

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
4220
0
сент. 22
16
1
авг. 21
6778
0
июл. 21
2840
3
окт. 19
4961