File size: 547 Bytes
e841ba5
 
 
 
 
 
 
c9b48b2
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pagination

A long list can be divided into several pages, and only one page will be loaded at a time. See [Ant Design](https://ant.design/components/pagination/) for more information.

## Examples

<demo name="basic"></demo>

### Data Changes

The `Pagination` component is not designed as a data component and cannot be placed in the inputs of other events, but you can get the changed value of the pagination through the pagination change event. If you need to persist the page data, you can save it to `gr.State`

<demo name="data_changes">