We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요 그룹핑 할때 셀 색상 때문에 문의 드립니다 ! ^^ 감사합니다 ^^
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"; } }, ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요
그룹핑 할때 셀 색상 때문에 문의 드립니다 ! ^^
감사합니다 ^^
grouping: {
The text was updated successfully, but these errors were encountered: