Dynamically displaying empty tables in PDF Template

0
Hi all, I want to display a empty table(where client can sign) in PDF. and this table is dynamically displayed based on number of clients. Example if one client, two empty tables, if two clients four empty tables. I am using PDF Template. Is there any idea, how can i achieve this dynamically displaying empty tables.
asked
1 answers
1

Use an attribute with value '' (empty string) and create a border with a css class.

answered