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

Is it possible to change the current page programmatically?

Open taylor-lindores-reeves opened this issue 3 years ago • 1 comments

Currently, I have tried the following:

paginationFactory({ page: 4 }); paginationContext.currPage = 4;

Very frustrating as seems that all the examples work with either of these, but in my unfortunate case it doesn't work. What does happen is the currPage is set to 4 but the actual pagination on the interface isn't!

taylor-lindores-reeves avatar Jul 05 '22 18:07 taylor-lindores-reeves

See https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/1634#issuecomment-1513062293 maybe you'll find a solution.

donkeyDau avatar Apr 18 '23 12:04 donkeyDau