How can we have global Expand/Collapse for JQGrid when we have rows grouped on some field?

后端 未结 3 1931
轻奢々
轻奢々 2020-12-17 02:25

How can we have global Expand/Collapse for JQGrid when we have rows grouped on some field?

On expanding, it should expand all groups and on collapsing all groups sho

3条回答
  •  庸人自扰
    2020-12-17 02:57

    $('#jqxGrid').jqxGrid({
        groupsexpandedbydefault: true
    });
    

    worked like a charm for me (source).

提交回复
热议问题