Pagination
Pagination component for data paging.
Basic Usage
(live preview unavailable)
API
| Property | Description | Type | Default |
|---|---|---|---|
| total | Total count | usize | 0 |
| page_size | Items per page | usize | 10 |
| current | Current page | usize | 1 |
Pagination component for data paging.
(live preview unavailable)
| Property | Description | Type | Default |
|---|---|---|---|
| total | Total count | usize | 0 |
| page_size | Items per page | usize | 10 |
| current | Current page | usize | 1 |