react-bootstrap-table
react-bootstrap-table copied to clipboard
QUESTION: How can we obtain the number of selected rows?
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.