();
}
list.map(c => c.heading).indexOf(this._fieldKey) === -1 && list.push(new SchemaHeaderField(this._fieldKey, "#f1efeb"));
list.map(c => c.heading).indexOf("text") === -1 && list.push(new SchemaHeaderField("text", "#f1efeb"));
alias._pivotField = this._fieldKey.startsWith("#") ? "#" : this._fieldKey;
this.props.tbox.props.addDocTab(alias, "add:right");
}
}
render() {
return
{this.props.hideKey ? (null) :
{this._fieldKey}
}
{this.props.fieldKey.startsWith("#") ? (null) : this.fieldValueContent}
;
}
}