react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.27k stars 431 forks source link

Is it possible to change the order of the pagination components without fully customizing them? #1803

Open meircarlos opened 1 year ago

meircarlos commented 1 year ago

Currently I'm using the paginationTotalRendered and pageListRenderer. I also want to use the sizePerPageRenderer, but I want it to be displayed to the right of the pagination total, not to the left.

I can't seem to find a way to do this in the documentation without having to customize the entire pagination.

Am I missing something?

Thanks :D