Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I have 35 rows populated in collection widget. We are viewing all of them using scrollbar. If i clicked microsoft edge browser print functionality, i can see only 12 rows in first page. Remaining rows are not coming in second page of print pdf. Any properties need to be fixed in collection widget? What is the workaround for this issue?
Solved! Go to Solution.
Most likely because of the 'frames/dom' browser print is not capturing the fact it can be scrolled (since it isn't a page scroll but a frame scroll)
You can try it from different browers, see if any work better.
You can try maybe with a PDF converter plugin like CutePDF
Else make sure your mashup displays all entries at once without a frame scroll (page scroll would be ok)
Most likely because of the 'frames/dom' browser print is not capturing the fact it can be scrolled (since it isn't a page scroll but a frame scroll)
You can try it from different browers, see if any work better.
You can try maybe with a PDF converter plugin like CutePDF
Else make sure your mashup displays all entries at once without a frame scroll (page scroll would be ok)