Replies: 1 comment
-
Since this is an integration question, transferring to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When only some of the rows are selected, the
Checkbox
won't show theindeterminate
state when usingMaterial-UI
along withuseRowSelect
plugin.Provide an example via Codesandbox
https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/material-UI-kitchen-sink
Steps To Reproduce (required)
Steps to reproduce the behavior:
Checkbox
is nowunchecked
Expected behavior (Recommended)
The Header Checkbox should display
indeterminate
state. See - https://material-ui.com/components/tables/#sorting-amp-selectingScreenshots
If applicable, add screenshots to help explain your problem.
Beta Was this translation helpful? Give feedback.
All reactions