Table borders visibility

Hi all,

I was wondering if there is a way to manipulate the visibility of table borders in account/reconciliation templates.
If I recall correctly, I think @Tim mentioned it is possible to choose at least to show either all or none of the table borders, but I wouldn’t know how to toggle this option in liquid/MD.

Thanks in advance.
Best regards,
Robin

Hello @robin.bailleul,

The way you do it, is by adding a # in the line of your table that defines the table, like this :

|     TEST    |       TEST 2      |
|-------------|------------------:#+
| Col 1         |     Col 2 

This is indeed for the whole table.

1 Like