Hi @AllenFang
How can I get selected rows?
In the react-bootstrap-table2 we still not support a exposed API to client to get the selection data. we will support this feature ASAP.
Currently, you can use selectRow.onSelect to listen any rows is select or deselect and manage the selection rows in you code
U can use a callback function on onSelect and pass in that values. I use a redux action to achieve that.
@AllenFang Do you have a timeline for implementing this feature?
Thank you!
try this: react-bootstrap-table.github.io/react-bootstrap-table2/docs/exposed-api.html#get-current-selected-rows
Most helpful comment
try this: react-bootstrap-table.github.io/react-bootstrap-table2/docs/exposed-api.html#get-current-selected-rows