Question

Be default it has the format:

PREV 1 2 3 4 5 6 7 8 9 10 NEXT

I want something like:

FIRST PREV 1 2 3 .. 7 ... 566 567 568 NEXT LAST

Can this be done?

Était-ce utile?

La solution

Yes, it can. It's actually put out by default, but default Yii CSS hides those items. If you look at this comment and check on the CLinkPager page, you'll see you can control the label as well: http://www.yiiframework.com/doc/api/1.1/CLinkPager#c1893

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top