Hide Expand/Collapse button in Grid panel Group Header

心已入冬 提交于 2019-12-24 10:29:09

问题


In my grid I would like to retain the grouping feature along with a groupHeaderTpl (Currently showing some custom text in the headers) , but I want to hide the [+/-] button from the header.

I tried it with CSS styles but without success. Can somebody help me to achieve this?


回答1:


Implement the collapsible property like this

features: [{ftype:'grouping', collapsible : false}]


来源:https://stackoverflow.com/questions/13354547/hide-expand-collapse-button-in-grid-panel-group-header

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!