Customise grid view in yii2

cgridview, gridview, php, yii2

Solution

Got it.By setting the layout property,we can achieve it.

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

Problem

How to remove summary and sorter for a particular grid view in Yii2. In Yii1.1 we can do that by setting the template property. In yii2 how to achieve this?

Original source