Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- vaadin
- Sqoop
- Python
- Kotlin
- MSSQL
- SQL
- Spring
- window
- mybatis
- hadoop
- Eclipse
- GIT
- Java
- mapreduce
- xPlatform
- SPC
- Android
- R
- 보조정렬
- NPM
- plugin
- tomcat
- es6
- 공정능력
- Express
- table
- SSL
- react
- JavaScript
- IntelliJ
Archives
- Today
- Total
DBILITY
kendoGrid no record template 본문
반응형
<style>
.k-grid-norecords-template {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
font-size: 12px;
font-weight: bold;
color: red;
}
</style>
var gridProperty = {
height: "540px",
editable: false,
excelName: "엑셀파일명",
toolbarId: "gridToolbar",
noRecordObj:{template:"<span class='k-grid-norecords-template'>데이터가 없습니다.</span>"},
gridCols: function (gridCols) {
gridColsData = gridCols;
}
};
반응형
'front-end & ui > javascript' 카테고리의 다른 글
| kendo window vertical align middle (0) | 2024.10.31 |
|---|---|
| web browser local storage (0) | 2023.06.15 |
| momentjs weekday timetable calcuration ( 기준일자 이후 요일 기준 시간표 날짜 생성 ) (0) | 2023.02.03 |
| javascript optional chaining , nullish coaleasing (0) | 2022.03.30 |
| javascript Object.assign (0) | 2022.02.15 |
Comments