CLinkPager - enabling firsPageLabel and lastPageLabel

firsPageLabel and lastPageLabel buttuns are hidden by default in CLinkPager. How to show them?

The first/last page labels are always rendered. Their visibility is controlled by CSS styles.

So use




$this->widget('CLinkPager', array('pages' => $pages,'cssFile'=>false));



where instead of false you may specify your own css file.

And also look here:

CLinkPager