Open chaitanyadeorukhkar opened 1 year ago
Row component accepts disabled prop which makes the Row disabled and you can't click on it. However, calling select.fns.onToggleAll() , it selects the disabled row as well. Shouldn't it skip the disabled row?
Row
disabled
select.fns.onToggleAll()
Row
component acceptsdisabled
prop which makes the Row disabled and you can't click on it. However, callingselect.fns.onToggleAll()
, it selects the disabled row as well. Shouldn't it skip the disabled row?