AllenFang / AllenFang/react-bootstrap-table
Select All doesn't persist across pages.
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 2.2k
- Forks
- 761
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.