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

feat: 表格支持隐藏表头属性 #796

Merged
merged 3 commits into from
Mar 13, 2023

Conversation

midday
Copy link
Contributor

@midday midday commented Mar 13, 2023

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

#795

💡 需求背景和解决方案

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • fock仓库代码是否为最新避免文件冲突
  • Files changed 没有 package.json lock 等无关文件

@midday midday changed the title 表格支持隐藏表头属性 feat: 表格支持隐藏表头属性 Mar 13, 2023
@xiaoyatong xiaoyatong linked an issue Mar 13, 2023 that may be closed by this pull request
@midday midday force-pushed the feature/table-add-hide-header-property branch from 8c0e216 to 7b06506 Compare March 13, 2023 13:15
@@ -15,6 +15,7 @@ interface T {
customCell: string
asynchronousRendering: string
sorting: string
hideHeader: string
Copy link
Collaborator

Choose a reason for hiding this comment

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

如沟通,建议属性名为:showHeader

@xiaoyatong xiaoyatong merged commit 2730b09 into jdf2e:main Mar 13, 2023
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.

期望Table组件支持隐藏表头属性
2 participants