Search code examples
phpgridviewyii2cgridview

Customise grid view in yii2


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?


Solution

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

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