Javascript 跳入剑道格网模板

Javascript 跳入剑道格网模板,javascript,jquery,css,kendo-ui,kendo-grid,Javascript,Jquery,Css,Kendo Ui,Kendo Grid,我的剑道网格中有此模板: { title: "operation", width: 400, lockable: false, template: " <a title=edit class=\"primary-color knd-custom-action-btn\" href=\"\\#/restaurants/edit/${restaurantId}\" >BrunchCode</a> <a cl

我的剑道网格中有此模板:

{
    title: "operation",
    width: 400,
    lockable: false,
    template: "
        <a title=edit class=\"primary-color knd-custom-action-btn\" href=\"\\#/restaurants/edit/${restaurantId}\" >BrunchCode</a>
        <a class=\"primary-color knd-custom-action-btn\" href=\"\\#/restaurants/edit/${restaurantId}\" ><i class=\"fa fa-pencil\"></i></a>
    "
}
{
标题:“行动”,
宽度:400,
可锁定:错误,
模板:“
"
}
这是我的代码的结果:

当我点击/右键点击font awesome图标时,它会第一次跳到目的地链接,但每当我点击/右键点击BrunchCode时,它就起到了魅力的作用。我不知道剑道有什么问题。有什么建议吗

你能重现这个问题吗?是否有其他库/框架用于处理这些散列URL?是否可以重现该问题?是否有其他库/框架用于处理这些散列URL?