Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表格添加行拖动,表头最左侧多出一列,点击表格外部,表头会移动 #496

Closed
ygtzz opened this issue Dec 31, 2019 · 1 comment
Assignees

Comments

@ygtzz
Copy link

ygtzz commented Dec 31, 2019

环境及版本信息

  • tinper-bee 版本号:
  • 若使用单个组件,请标明该组件版本号:bee-table@2.2.17
  • 当前项目中react的版本号:
  • 所使用的操作系统:
  • 所使用的浏览器:

您所在的领域、行业或项目组:孟威

描述这个问题:

1、组件相关代码

代码粘贴区域:


 <Table 
                  rowKey="id"
                  className="j-tbEnumItem"
                  data={this.state.enumItems} 
                  columns={this.columns()} 
                  onRowHover={this.onRowHover}
                  hoverContent={this.getHoverContent} 
                  onRowClick={this.onRowClick}
                  rowDraggAble={true}
                  scroll={{y:330}}
                  onDropRow={this.onDropRow}
                />

2、报错信息

当前的行为:效果(可截图说明)及动作描述

期望的行为:

@yangchch6 yangchch6 self-assigned this Jan 2, 2020
@yangchch6
Copy link
Contributor

发了新包 bee-table@2.2.31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants