SMART datagrid v1.4 > Classes > GridStyles
CSS의 text-decoration과 비슷한 기능으로 텍스트 위에 표시될 장식 라인을 TextDecoration 상수로 지정한다. 동시에 두가지 이상의 상수를 지정할수 없다.
grid.setColumns([
{
name: "ProductID",
styles: {
textDecoration: "lineThrough",
...
}
},
...
]);