The column which displays the text specified by text property rather than the value of Data Set.
When creating column by setting information, it specifies "type" as "label".
grid.setColumns([{
name: "colAddr",
type: "label",
text: "Address: ",
styles: {
textAlignment: "far"
]
}, {
...
}]);