AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

QUESTION: How can we obtain the number of selected rows? #2091

Open jcabrerazuniga opened 4 years ago

jcabrerazuniga commented 4 years ago

For the react-bootstrap-table (not 2) how can we find the number of selected rows? On select, I need to verify that the number of selected rows can not be > N, for some number N. If the number of selected Rows is > N I need to stop the selection.