How Change Pagination Order ?

Hi,

The pagination start from left to right (1,2,3,4 …), how can I change it to (…,4,3,2,1) ?

Thanks

You will need to extend CLinkPager and override createPageButtons() method.

Thanks, but how to swap the order?

Got … thanks