Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

그룹핑 Row 셀 색상을 변경할 수 없나요? #142

Open
briskeunji opened this issue Dec 17, 2018 · 0 comments
Open

그룹핑 Row 셀 색상을 변경할 수 없나요? #142

briskeunji opened this issue Dec 17, 2018 · 0 comments

Comments

@briskeunji
Copy link

안녕하세요
그룹핑 할때 셀 색상 때문에 문의 드립니다 ! ^^
감사합니다 ^^

grouping: {

			by: [ls_gb === "sl_dept" ? "sl_dept_nm" : "sl_insabun_nm"],

				columns: [
				{
					label: function () {
						return "<b>소계 - " + this.groupBy.labels.join(", ") + "</b>";
					}, colspan: 6, align: "center"

				},
				{key: "amount", collector: "sum", formatter: "money", align: "right"},
				{key: "vat", collector: "sum", formatter: "money", align: "right"},
				{key: "total", collector: "sum", formatter: "money", align: "right"
                                   //trstyleClass나 styleClass를 적용하여 셀 색상을 변경할 수 없나요?
					,styleClass: function () {
						return "ccell-red";
					}
				},
				
				]
		}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant