A component that can help you paginate records, for example from a Repeater or a DataFrame.
Name | Type | Description | Options |
---|---|---|---|
Page | Number | The current page number. | - |
Page Size | Number | The number of items per page. | - |
Total Items | Number | The total number of items | - |
Page Size Options | Text | A comma-separated list of page size options. If it’s empty, the user can’t change the page size. Set your default page size as the first option. | - |
Show All Option | Boolean | Show an option to show all records. |
|
Jump To | Boolean | Show an option to jump to a specific page. |
|
wf-change-page
Fires when the user pick a page
wf-change-page-size
Fires when the user change the page size.