SMART datagrid v1.4 > Classes > RowGroup
DataLudi.RowGroup.footerStyles property
그룹 푸터 셀들에 적용되는 스타일셋.
- Getter
- function footerStyles(): GridStyles
- Setter
- function setFooterStyles(value: GridStyles)
Code -1
grid.rowGroup().setFooterStyle({
background: "#aaa",
color: "#555"
});
- See Also
- headerStyles
- GridStyles
- Examples
- 행 그룹핑