how to retain expand/collapse state in jqgrid grouping?

前端 未结 2 659
一向
一向 2020-12-22 04:18

I have implemented a jqgrid in grouping method. By default I have kept the groups collapsed using groupCollapse:true parameter of jqgrid. My grid works well but

2条回答
  •  一整个雨季
    2020-12-22 04:45

    groupingView: {
        groupCollapse: true,
                groupField: ["name"],
                plusicon: 'ace-icon fa fa-plus-square purple',
                minusicon: 'ace-icon fa fa-edit red'
    }
    

提交回复
热议问题