AllenFang / react-bootstrap-table

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

How to set the page number? #2048

Open heheicc opened 5 years ago

heheicc commented 5 years ago

There is a button that if I click it,I can get the latest data from server.(search function ) But if I use pagination,it doesn’t work . If I move to the other page(for example:5),when I click the button ,the table shows no data. In fact,the data is on the first page,but the page number still in 5. How to fix it?