table-library / react-table-library

:bento: React Table Library
https://react-table-library.com
MIT License
747 stars 47 forks source link

onToggleAll selects the `disabled` Row as well #140

Open chaitanyadeorukhkar opened 1 year ago

chaitanyadeorukhkar commented 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?