react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Get all rows?
Is there a way to get all rows on a rowSelect event?
Currently, the source code I only see (row, isSelected, rowIndex, e)
I am trying to add support for shift-clicking selection in my project. Everything works fine until sorting happens, this is because I can't keep track of the rows orders after sorting?
Any suggestions?