gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 932 forks source link

Which function gets called when the checkbox for is clicked(Selected/De-Selected)? #1510

Open gk108000 opened 4 years ago

gk108000 commented 4 years ago

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment

Tech Version
Material-UI
MUI-datatables
React
browser
etc
patorjk commented 4 years ago

See the documentation: https://github.com/gregnb/mui-datatables#options

The options are alphabetized, and all of the callbacks start with "on". The one you're looking for is called "onRowSelectionChange".