Add button to jqgrid column header

后端 未结 3 396
北海茫月
北海茫月 2020-12-06 03:42

Is there a way to add a button just next to column header? lets say just after the \'Sort indicators\' ?

for a example

| Id (button) | Name (button) |

3条回答
  •  被撕碎了的回忆
    2020-12-06 04:16

    In the past, I have used jquery to add a button to the header. Where my column name was "id":

    $('#gs_id').after('');
    

提交回复
热议问题