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.
Currently I'm using the
paginationTotalRendered
andpageListRenderer
. I also want to use thesizePerPageRenderer
, 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