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
Some trees need to limit the maximum number of leaf nodes that can be selected.
Then when the parent node of the tree is half selected,
the parent node needs to clear the selected state of itself and its child nodes when clicking the checkbox.
<nz-tree nzCheckable [nzHalfCheckAll]="true | false" ></nz-tree>
nzHalfCheckAll : true -> click half checkBox to chagee all childern checked = true
nzHalfCheckAll : false -> click half checkBox to chagee all childern checked = false
The text was updated successfully, but these errors were encountered:
simplejason
No branches or pull requests
What problem does this feature solve?
Some trees need to limit the maximum number of leaf nodes that can be selected.
Then when the parent node of the tree is half selected,
the parent node needs to clear the selected state of itself and its child nodes when clicking the checkbox.
What does the proposed API look like?
nzHalfCheckAll : true -> click half checkBox to chagee all childern checked = true
nzHalfCheckAll : false -> click half checkBox to chagee all childern checked = false
The text was updated successfully, but these errors were encountered: