SMART datagrid v.1 > Classes > LabelColumn
The string which is displayed in data cell involved in this column.
grid.setColumns([{
name: "colAddr",
type: "label",
text: "Address: ",
styles: {
textAlignment: "far"
]
}, {
...
}]);