SMART datagrid v.1 > Classes > LabelColumn

Back  Forward

DataLudi.LabelColumn.text  property

The string which is displayed in data cell involved in this column. 

Getter
function text(): String
Setter
function setText(value: String)
Code -1
    grid.setColumns([{
        name: "colAddr",
        type: "label",
        text: "Address: ",
        styles: {
            textAlignment: "far"
        ]
    }, {
        ...
    }]);
See Also
CalculatedColumn
Examples
Linear Gauge Renderer