Element Details: Append+Paging
 Back


Available in: Logi Info Source code name: AppendPagingIntroduced in: v10.0.259

AppendPaging starts by displaying some number of rows as specified in the PageRowCount attribute. Below the table, a button can be clicked to show the next set of rows so that now two pages of rows are displayed. The button may be clicked repeatedly until all rows are visible, then the button no longer appears.

AppendPaging uses AJAX to update the table with more rows.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Class
UserDefined
Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
NextPageCaption
UserDefined
Specifies the text or image file to take the user to the next page. Image files are only supported by the InteractivePaging element.
PageRowCount
UserDefined
Indicates the number of rows for each page.



PARENT ELEMENTS

Click element to drill down for more information.

Crosstab Table Data Table


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top