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

使用多选框的情况下,如果所有的数据都是不可选的状态,表头上的多选框会自动选中 #270

Open
Xgg8080 opened this issue Jan 24, 2025 · 0 comments

Comments

@Xgg8080
Copy link

Xgg8080 commented Jan 24, 2025

  <ux-grid
      :checkbox-config="{ checkMethod: checkboxDisabled }"
      :columns="columns"
      :data="data"
      height="400px"
    ><ux-table-column type="checkbox" min-width="50" fixed="left"></ux-table-column></ux-grid>
 checkboxDisabled({ row }) {
      return false
    }
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

1 participant