columns: [

                            {field: "行为",template: "<a href='#= 行为#'>#= 行为#</a>"},
                            {field: "时间"},
                            // {command: {text: "View Details", click: showDetails}, title: " ", width: "180px"}

                        ],

 直接在列里 添加template属性,正常写html和js即可

相关文章: