AllenFang / react-bootstrap-table

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

Select All doesn't persist across pages. #2130

Open SeanRoy opened 3 years ago

SeanRoy commented 3 years ago
  1. Click Select All on the current page, all rows are now selected.
  2. Go to the next page, note that nothing is selected, this is fine.
  3. Go back to previous page, note that all the rows are still selected. This is good and what should be expected.
  4. Go to the next page and and click Select All, all the rows are now selected.
  5. Go back to the previous page, note that all of the rows are unselected now. This is the bug.
GodAlmighty990 commented 3 years ago

did you find a solution?