1
的,我有以下如何自定義UriCell的渲染BackGrid
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
與標題不同?