jqGrid: how to change cell padding

前端 未结 6 1551
梦谈多话
梦谈多话 2021-02-09 08:31

I\'m using jqGrid3.6.5 on google hosted jQueryUI1.8.2 and jQuery1.4.2

I want to change the cell padding of a jqGrid. For testing purposes I want to set it to 10px all ar

6条回答
  •  执笔经年
    2021-02-09 08:45

     tr.jqgrow td { padding: 0px 2px 0px !important; }
    

    This will create cell-padding for both header and content cells.

提交回复
热议问题