【发布时间】:2023-04-07 00:53:01
【问题描述】:
我有以下
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?
【问题讨论】:
标签: backgrid