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
What you were expecting:
According to the documentation, when Datagrid isRowSelectable prop set to false, it will hide the selection checkbox.
What happened instead:
The selection checkbox is disabled instead
Steps to reproduce:
From the tutorial app, add isRowSelectable={() => false} to the datagrid
isRowSelectable={() => false}
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered:
isRowSelectable
This behavior was changed in #8650. But you are right, the documentation needs to be updated
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What you were expecting:
According to the documentation, when Datagrid isRowSelectable prop set to false, it will hide the selection checkbox.
What happened instead:
The selection checkbox is disabled instead
Steps to reproduce:
From the tutorial app, add
isRowSelectable={() => false}
to the datagridRelated code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: