0
点赞
收藏
分享

微信扫一扫

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


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



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


实现方式:

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

pagination={false}

显示效果:



react+antd table 不显示默认的分页_Powered by 金山文档_02


希望对你有所帮助

举报

相关推荐

0 条评论