html link column in jqGrid

前端 未结 6 1244
轮回少年
轮回少年 2020-12-24 06:13

Is it possible have a html link in a column with jqGrid, I can\'t find any example in the documentation?

6条回答
  •  生来不讨喜
    2020-12-24 07:09

    in xml I use entity < instead of < in the a tag like this <a href="dest">my link</a> and works fine with jqgrid 3.6

提交回复
热议问题