Disable/remove 来自 React 的分页 material-table

Disable/remove pagination from react material-table

有什么方法可以从 React material-table 中 disable/remove 分页。我使用 material-table 插件进行反应,发现很难删除分页。非常感谢任何帮助

您可以将 paging: false 添加到您的选项中:

<MaterialTable
        //other stuff...     
        options={{
          paging: false
        }}
      />

要查看包含所有道具的列表:https://material-table.com/#/docs/all-props