jqGrid checkbox YN
YN |
□ |
이런식의 Checkbox 칸을 만들고 싶을 때,
colNames: [
'YN'
],
colModel: [
{name: 'value26', index: 'value26', width: 100, sortable: false, editable: true, align: 'center', formatter: 'checkbox', edittype:"checkbox", editoptions :{value:'Y:N', defaultValue:'N'}}
]
진한 색 부분 추가!
'IT' 카테고리의 다른 글
jqGrid 글씨 바꾸기 (0) | 2017.07.18 |
---|---|
Cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core 에러해결 (0) | 2017.07.11 |