首页 > 其他分享 >react+antd table 不显示默认的分页

react+antd table 不显示默认的分页

时间:2023-02-26 10:05:49浏览次数:28  
标签:pagination false 分页 react antd table


react+antd table 不显示默认的分页,我只想用antd中table的表格,分页按钮隐藏



react+antd table 不显示默认的分页_前端


实现方式:

<Table 
columns={columns}
pagination={false}
dataSource={data}
/>

pagination={false}

显示效果:



react+antd table 不显示默认的分页_antd_02


希望对你有所帮助

标签:pagination,false,分页,react,antd,table
From: https://blog.51cto.com/u_15710731/6086002

相关文章