Is it possible to remove the expand/collapse button from the jqGrid header?

后端 未结 3 647
梦毁少年i
梦毁少年i 2020-12-30 20:07

I\'m using the jqGrid available at http://www.trirand.com/jqgrid/jqgrid.html and I can\'t find a way to disable its expand/collapse button on the top right of the header. An

3条回答
  •  感情败类
    2020-12-30 20:22

    Yes, there is an option for this: hidegrid: false


    From the jqGrid documentation wiki for Options:

    hidegrid

    boolean

    Enables or disables the show/hide grid button, which appears on the right side of the Caption layer. Takes effect only if the caption property is not an empty string.

提交回复
热议问题