Jump to content
  • 0

Page Break By Group


eunha

Question

3 answers to this question

Recommended Posts

  • 1

I believe this is possible by using some JavaScript. You may try the codes below.

 

Header:

<script src=https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js> </script>

Footer:

<script>
$( "<div style='clear:both!important;'/></div><div style='page-break-after:always'></div><div style='clear:both!important;'/> </div>").insertBefore( ".cbResultSetGroup1Row:not(:first)" );
</script>

 

:)

Link to comment
Share on other sites

  • 1

Hi @eunha - You may want to also check this article that may help you out. https://howto.caspio.com/datapages/pdf-download/adding-page-breaks-to-details-page/  Also, you can adjust the page breaks based on your desired number. For example, you may want to add 20 page breaks. Then, you can edit it here. (Please refer to the screenshot). image.png.74a8252fb18c752bfaf717324b087a6a.png

I hope this helps you out. Cheers! :D 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...