Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページネーションの位置をリストの一番上に複製したいだけですが、Yiiでそれを行う方法はありますか、それともjavascriptを使用する必要がありますか?
それは簡単です: CGridView でコードを見るか、yii のサイトのドキュメントを見てください:
$this->widget('zii.widgets.grid.CGridView', array( 'template' => "{pager}\n{summary}\n{items}\n{pager}", // );