가독성을 높이기 위해서 홀수행, 짝수행 행의 배경색상을 다르게 설정할 때, 짝수행에 적용될
css 클래스명
을 설정합니다.
이 속성은 Alternate에 영향을 받습니다.
string
Value | Description |
---|---|
string |
css 클래스 명 |
<style>
.alternateRow{background-color:#EDEDED;color:#666666;}
</style>
//데이터 영역의 짝수행의 클래스를 지정한다.
options.Def.Row = {"AlternateClass": "alternateRow"};
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |