react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

Get all rows?

Open AshtonScalise opened this issue 3 years ago • 0 comments

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?

AshtonScalise avatar May 04 '22 01:05 AshtonScalise