Levon Gevorgyan
Levon Gevorgyan

Reputation: 115

How display Yii2 pagination in GridView widget on and top and bottom part of table?

How display Yii2 pagination in GridView widget on and top and bottom part of table

Upvotes: 7

Views: 3270

Answers (1)

Bizley
Bizley

Reputation: 18021

Add this in GridView widget configuration:

'layout' => "{summary}\n{pager}\n{items}\n{pager}",

Upvotes: 13

Related Questions