Chaitanya Deorukhkar

Results 2 issues of Chaitanya Deorukhkar

This will prevent unnecessary crash if onClick is not defined in the props

`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...