Successfully!

Error!

Large text fields are broken during pagination

  • Last update:  2022-02-10
  • I. Overview

    This document mainly explains some problems and solutions encountered in the process of using the Paginationfunction.

    II. Text is broken during pagination

    Problem Description

    The large text field has a lot of content, so that the height of the cell exceeds the height of one page and needs to be displayed in two pages. When previewing, you will find that the content of the two pages is the same, as shown in the following figure:

    12.png

    Cause Analysis

    Select a cell in the designer, clickCell Attributes > Others > Pagination, you can see that "Can break when paging" and "Repeat content when paging" are checked by default. As shown below:

    13.png

    Therefore, when the cell expands to the last row of the current page, it may be broken due to paging. The row is not completely displayed on the first page and repeated on the second page, as shown in the following figure:

    12.png

    Solution

    By setting the properties of Cell Attributes > Others > Pagination, the display effect can be changed. The corresponding effects of different settings are shown in the following table:

    Can break when pagingRepeat content when pagingEffect
    YesNoThe first page shows the top half, the second page shows the rest
    YesYesThe first page shows the top half, the second page shows the whole
    NoYes/No
    If the last line of the first page is not fully displayed, it will not be displayed, and all of it will be displayed on the second page


    Attachment List


    Theme: Designer and Upgrade
    Already the First
    Already the Last
    • Helpful
    • Not helpful
    • Only read

    Doc Feedback