We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NextTable组件当hasHeader为false,且theme不等于border时,lock='right',调整width会出现ui异常
Steps to reproduce the behavior: / 详细复现步骤:
1.打开demo 2.拖出NextTable 3.在风格和样式中打开再关闭显示表头 4.去操作列选项中增加操作列宽度 5.可以看到操作列出现了重复
在修改了操作列宽度后,操作列除了宽度,不会出现别的ui变化
(this information can be collected via the manual plugin / 版本信息可通过低代码用户手册插件收集)
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
The text was updated successfully, but these errors were encountered:
这个是因为操作列,选择了右侧列固定,但是由于列太少,宽度被table 重新分配了,两个解法,一个是取消列固定(ActionFixed) 为 none,另一个是列宽足够大。
Sorry, something went wrong.
好的
eternalsky
No branches or pull requests
Describe the bug (required) / 详细描述 bug(必填)
NextTable组件当hasHeader为false,且theme不等于border时,lock='right',调整width会出现ui异常
To Reproduce (required) / 如何复现 bug?(必填,非常重要)
Steps to reproduce the behavior: / 详细复现步骤:
1.打开demo
2.拖出NextTable
3.在风格和样式中打开再关闭显示表头
4.去操作列选项中增加操作列宽度
5.可以看到操作列出现了重复
Expected behavior (required) / 预期行为(必填,非常重要)
在修改了操作列宽度后,操作列除了宽度,不会出现别的ui变化
Screenshots (optional) / bug 截图(可选)
Environments (please complete the following information) (required): / 请提供如下信息(必填)
Additional context (optional) / 更多额外信息(可选)
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
The text was updated successfully, but these errors were encountered: