Adding Page break in template grid is not possible

0
Hi Experts,   Is there a way for me to make each object into a different page using the template grid in the document template?   I tried using this in the styling ( TemplateGrid → Table ): break-after: page; or break-before: page; or page-break-after: always;   This doesn't seem to work on my current version, which is 9.24.22.   Please let me know. Thank you in advance!
asked
1 answers
0

Hi, Gil Laurence Aranco

try it once.

 

.grid-item {   

   page-break-after: always !important;   

   break-after: page !important;

}

answered