[ ] Include relevant code or preferably a code sandbox
Describe the bug
I have pre selected a row and pre disabled the same row, but when I uncheck the header select all checkbox, that row becomes unselected. That is unexpected, because I need that row to be selected and not changeable.
To Reproduce
Steps to reproduce the behavior:
set these values
selectableRows={selectableRows} onSelectedRowsChange={onSelectedRowsChange} selectableRowDisabled={selectableRowDisabled}
Now uncheck the header column select all checkbox
Expected behavior
Even if the header row is unchecked, the preselected disabled row should not get unchecked
Versions (please complete the following information)
Issue Check list
styled-components
Describe the bug
I have pre selected a row and pre disabled the same row, but when I uncheck the header select all checkbox, that row becomes unselected. That is unexpected, because I need that row to be selected and not changeable.
To Reproduce
Steps to reproduce the behavior:
selectableRows={selectableRows} onSelectedRowsChange={onSelectedRowsChange} selectableRowDisabled={selectableRowDisabled}
Expected behavior
Even if the header row is unchecked, the preselected disabled row should not get unchecked
Versions (please complete the following information)