react-bootstrap-table/react-bootstrap-table2

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

meircarlos opened this issue · 0 comments

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