duanli0453 2016-08-16 06:53
浏览 33
已采纳

在Yii的CGridView中的双头?

Lets suppose i have the following CGridView.. This is just example Cgridview..

enter image description here

but instead of this, i want to make my CgridView in yii 1.1 like this..

enter image description here

This is what i have done in tables.. but i want to do this in CgridView in Yii.. I have searched on SOF, but unable to find... Is it possible to do like this?

  • 写回答

1条回答 默认 最新

  • dongxiao0449 2016-08-16 07:24
    关注

    In order to user multiheader, you can use GroupGridView instead of CGridView. See: http://www.yiiframework.com/extension/groupgridview/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?