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

[Bug] Table组件: 批量勾选不显示 #447

Open
WGinit opened this issue Jun 19, 2023 · 2 comments
Open

[Bug] Table组件: 批量勾选不显示 #447

WGinit opened this issue Jun 19, 2023 · 2 comments

Comments

@WGinit
Copy link

WGinit commented Jun 19, 2023

发生了什么?

在.tab.yao文件中设置table中的layout.header.preset.batch后,页面中没有显示勾选框

{
  ...
  "header": {
      "preset": {
          "batch": {
              "columns": [
                  { "name": "名称", "width": 12 }
              ],
              "deletable": true
          }
      }
  },
  "table": {
        "props": {},
        "columns": [
            {
                "width": 100,
                "name": "名称"
            },
            ...
         ]
   }
   ...
}

相关截图(必需)

img

最小可复现例子(必需)

Please provide a minimal reproduction then upload to your GitHub. 请提供 最小重现,并上传到你的 GitHub 仓库

复现步骤

Steps to reproduce the behavior: 1. 2.

Expected behavior 1. 2.

Context

  • Yao Version( Detail Version ): 0.10.3
  • Xgen Version( Build Info ): 1.4.1
  • Platform: Windows 11
@MatrixAge
Copy link
Contributor

给个复现仓库看看。

@WGinit
Copy link
Author

WGinit commented Jun 20, 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

No branches or pull requests

2 participants