首页 > 其他 > 详细

table 的去页脚使用方法

时间:2020-08-06 21:36:19      阅读:119      评论:0      收藏:0      [点我收藏+]
  <Table
                rowKey="id"
                checkable
                dataSource={reImportList}
                columns={this.getColumns()}
                selectedRowKeys={selectedRowKeys}
                paginationProps={{ showPagination: false }}
                multiBtnList={[
                  {
                    text: formatMessage({ id: ‘pp‘, defaultMessage: ‘批量设置新增‘ }),
                    onClick: this.setBatchAdd,
                  },
                  {
                    text: formatMessage({
                      id: ‘batcht‘,
                      defaultMessage: ‘批量设置覆盖‘,
                    }),
                    onClick: this.setBatchCover,
                  },
                  {
                    text: formatMessage({
                      id: ‘batchr‘,
                      defaultMessage: ‘批量设置忽略‘,
                    }),
                    onClick: this.setBatchIgnore,
                  },
                  {
                    text: formatMessage({
                      id: ‘batch‘,
                      defaultMessage: ‘批量删除‘,
                    }),
                    onClick: this.batchRemove,
                  },
                ]}
              />

  

table 的去页脚使用方法

原文:https://www.cnblogs.com/lipu12281/p/13448795.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!