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
It seems, row selection could be made by two scenarious:
It leads to contradictions, some strange multi-selects without indication. You could test this in TreeTableForm story.
Correct behaviour should be like this:
BaseTable also should have multi-select vs single select option ("true" by default or "false") in ViewKindElement with behavior like "checkbox vs radio button" (See example in AntD https://ant.design/components/table/#components-table-demo-row-selection).
The text was updated successfully, but these errors were encountered:
Merge pull request #24 from agentlab/issue-14-base-table-selection
d79b4c0
GH-14 BaseTable selection sometimes did not indicated properly
Artkrygin
Successfully merging a pull request may close this issue.
It seems, row selection could be made by two scenarious:
It leads to contradictions, some strange multi-selects without indication. You could test this in TreeTableForm story.
Correct behaviour should be like this:
BaseTable also should have multi-select vs single select option ("true" by default or "false") in ViewKindElement with behavior like "checkbox vs radio button" (See example in AntD https://ant.design/components/table/#components-table-demo-row-selection).
The text was updated successfully, but these errors were encountered: