我有以下
name: "id", // The key of the model attribute
label: "User Id", // The name to display in the header
editable: false, // By default every cell in a column is editable, but *ID* shouldn't be
cell: Backgrid.UriCell.extend({
orderSeparator: ''})
}, {
使用Backgrid.UriCell
有
href: formattedValue,
title: formattedValue**,
有什么方法可以定义href
吗"session" + formatedValue
?换句话说,如何自定义,UriCell
以便我可以定义href
与标题不同的内容?