Other
Pagination
A component that can help you paginate records, for example from a Repeater or a DataFrame.
Fields
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 | Text | Show an option to show all records. |
|
Jump To | Text | Show an option to jump to a specific page. |
|
Events
Low code usage
This component can be declared directly in Python, using backend-driven UI.
A function, in this example handle_event
, should be implemented in your code to handle events.