SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textDecoration  property

Like text-decoration of CSS, it specifies the decoration line which will be displayed on the text by TextDecoration constant. 

Getter
function textDecoration(): String
Setter
function setTextDecoration(value: String)
Code -1
    grid.setColumns([
        {
            name: "ProductID",
            styles: {
                textDecoration: "lineThrough",
                ...
            }
        },
        ...
    ]);
See Also
textDecorationColor
fontBold
fontItalic
Examples
Shape Cell Renderer