Add button to jqgrid column header

后端 未结 3 395
北海茫月
北海茫月 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:11

    .append may be helpful. Add a class to the column and then append button to that with requisite css.

提交回复
热议问题