Pus*_*mon 6 pagination reactjs .net-core fluent-ui
我使用此链接创建了示例 https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist
现在我想在网格中添加分页。请让我知道步骤。
小智 2
您可以使用import { Pagination } from '@uifabric/experiments';
<Pagination
selectedPageIndex={page}
pageCount={pageCount}
onPageChange={onPageChange}
format
firstPageIconProps={{ iconName: 'DoubleChevronLeft' }}
previousPageIconProps={{ iconName: 'ChevronLeft' }}
nextPageIconProps={{ iconName: 'ChevronRight' }}
lastPageIconProps={{ iconName: 'DoubleChevronRight' }}
/>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2156 次 |
| 最近记录: |