如何使用 React 在 Fluent UI Detaillist 中添加分页

Posted

技术标签:

【中文标题】如何使用 React 在 Fluent UI Detaillist 中添加分页【英文标题】:How to add Pagination in Fluent UI Detaillist using react 【发布时间】:2020-12-31 23:36:59 【问题描述】:

我使用此链接创建了示例 https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist

现在我想在网格中添加分页。请告诉我步骤。

【问题讨论】:

【参考方案1】:

您可以使用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' 
    />

【讨论】:

以上是关于如何使用 React 在 Fluent UI Detaillist 中添加分页的主要内容,如果未能解决你的问题,请参考以下文章

语义 UI (React):如何在 Menu.List 元素中使用链接组件

如何使用 React 组件在 UI 中显示 svg 图标(.svg 文件)?

如何在 Redux/React 中处理 UI 状态 - Redux-UI?

React.js Material-UI:以编程方式从子组件中隐藏父组件选项卡

Material UI 的 React 评分组件是如何在表单中使用的?

如何在 React 测试库中获取 Material-UI 密码输入