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 | 31 |
Tags
- Eclipse
- R
- IntelliJ
- Python
- vaadin
- window
- plugin
- SQL
- NPM
- SPC
- Spring
- Android
- react
- es6
- MSSQL
- table
- 보조정렬
- tomcat
- Express
- Java
- Sqoop
- Kotlin
- 공정능력
- mybatis
- SSL
- mapreduce
- hadoop
- JavaScript
- xPlatform
- GIT
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' 카테고리의 다른 글
| jquery kendogrid row css 처리 (0) | 2026.06.05 |
|---|---|
| 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 |
Comments