.
This commit is contained in:
@@ -281,10 +281,11 @@
|
||||
if (!col) {
|
||||
return "";
|
||||
}
|
||||
console.log(col)
|
||||
|
||||
var items = this.cfg.items[col.split("$")[0]];
|
||||
var items = this.cfg.items[col.split(".")[0]];
|
||||
if (items) {
|
||||
return items[col.split("$")[1]]['label']
|
||||
return items[col.split(".")[1]]['label']
|
||||
/*for (var i = 0; i < items.items.length; i++) {
|
||||
if (tableInfo.items[i].name == col.split("$")[1]) {
|
||||
return tableInfo.items[i].label;
|
||||
|
||||
Reference in New Issue
Block a user