码迷,mamicode.com
首页 > 其他好文 > 详细

antd表格分页

时间:2019-08-09 11:56:32      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:tail   style   mamicode   ima   ble   row   tab   one   效果   

<Table
              bordered
              loading={loading}
              dataSource={list}
              pagination={{
                showSizeChanger: true,
                total: detailTotal,
                showTotal: detailTotal => `总共 ${detailTotal} 条记录`,
              }}
              components={this.components}
              size="small"
              columns={columns}
              rowKey="id"
            />

效果如图所示:

技术图片

 

antd表格分页

标签:tail   style   mamicode   ima   ble   row   tab   one   效果   

原文地址:https://www.cnblogs.com/kaiqinzhang/p/11326271.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!