WebSquare.uiplugin.gridView.subTotal - 5.0_4.5172A.20240321.093605
Type
- uiplugin
Property Summary
Event Summary
Method Summary
Property Detail
- columnClass
-
td 부분에 적용할 클래스.
- excelCellType
-
다운로드한 Excel 파일 상에서 출력할 데이터의 표시 형식(셀 타입)을 지정.
advancedDataDownload() 함수를 통해 GridView를 Excel 파일로 다운로드할 경우 options.useDataFormat : "true" 옵션을 사용해야 함.
(옵션 설명)
"number" : "숫자" 출력.
"bigDecimal" : "숫자" 출력.
"text" : "텍스트" 출력.
"date" : "날짜" 출력.
- id
-
subTotal의 id.
- subtotalClass
-
td 부분에 적용할 클래스.
(columnClass와는 다르게 subtotal마다 모두 다르게 class가 적용됨.)
- targetColumnID
-
subTotal을 생성시킬 기준이 되는 컬럼의 ID.
(gBody 하위에 존재해야 함.)
- width
-
subTotal의 width.