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

Fix enhanced table #94

Merged
merged 7 commits into from
Dec 29, 2021
Merged

Fix enhanced table #94

merged 7 commits into from
Dec 29, 2021

Conversation

chaishi
Copy link
Collaborator

@chaishi chaishi commented Dec 25, 2021

  • Table:新增 disableDataSort 是否禁用自动开启本地数据排序(data 长度超过分页大小会自动开启本地数据排序)
  • Table: 修复 EnhancedTable 第一列 ellipsis 失效问题,本质上是自定义节点省略显示问题,pr#94@chaishi
  • Table: 修复 EnhancedTable 使用分页功能展开异常问题,树形结构组件内部不支持对 data 进行分页,pr#94@chaishi
  • Table: 修复 BaseTable 中 scrollContainer 判空问题,pr#94issue#86@chaishi

after fixed

image

@github-actions
Copy link
Contributor

github-actions bot commented Dec 25, 2021

PR 预览产物在 https://preview-pr94-tdesign-vue.surge.sh

@@ -12306,23 +12309,23 @@ exports[`ssr snapshot test renders ./examples/table/demos/tree.vue correctly 1`]
<col style="width:200px;">
<col>
<col>
<col style="width:350px;">
<col style="width:300px;">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里为什么会变成300?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uyarn 看上去就是示例代码,350 太大了,改小点

@uyarn
Copy link
Collaborator

uyarn commented Dec 28, 2021

common conflict

@uyarn uyarn merged commit cc3eca1 into Tencent:develop Dec 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants