在jstreegrid插件中,很容易通过配置列来使用数据为每个class
设置title
或cell
。
例如:
grid: {
columns: [
{width: 50, header: "Nodes", title:"_DATA_"},
{width: 30, header: "Price", value: "price", title: "price"}
]
}
除了为那些单元格设置attributes
之外,我能做些什么吗?