Customise grid view in yii2

前端 未结 5 819
一生所求
一生所求 2021-02-02 08:47

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?

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-02 09:37

    if you want only grid items use 'layout'=>"{items}"

    if you want only summary use 'layout'=>"{summary}"

    if you want only sorter use 'layout'=>"{pager}"

提交回复
热议问题