본문 바로가기
JAVASCRIPT/jQuery

jqGrid 사용법

by sjs_2215 2020. 2. 19.

JQGRID 사용법


https://wickedmagic.tistory.com/288 [사악미소의 현대마법의 공방]


http://www.trirand.com/blog/?page_id=6 (다운로드 페이지)


http://trirand.com/blog/jqgrid/jqgrid.html (jqgrid 데모. 공홈)


http://trirand.com/blog/jqgrid/jqgrid.html -> new in version 3.5/summary footer row (footer) 


http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3acommon_rules#editoptions (jqGrid 버전으로 onChange 할 수 있는 방법)


https://dorongdogfoot.tistory.com/129 (행에 수정/삭제/저장 아이콘 추가 기능)


http://trirand.com/blog/jqgrid/jqgrid.html# -> functionality/formatter actions (formatter 기능) 


http://trirand.com/blog/jqgrid/jqgrid.html# -> row editing(new)/basic example (버튼 클릭하여 행 수정)


http://trirand.com/blog/jqgrid/jqgrid.html# -> new in version 3.5/autowidth and row numbering (넓이 자동 수정, 행 번호  삽입)


http://trirand.com/blog/jqgrid/jqgrid.html# -> row editing(new)/input types (그리드 칼럼 radio/text/check 등 타입)
http://trirand.com/blog/jqgrid/jqgrid.html# -> live data manipulation/edit row (그리드 multibox 없이 popup 띄어서 edit 하는 방법)


https://www.jigi.net/2020/02/14/5654/ (jqGrid 자주쓰는 method)

multiselect 개자석 다중 선택 관련
//multiboxonly:true, //https://stackoverflow.com/questions/6756131/jqgrid-single-select-checkbox
        https://okky.kr/article/197467

jqgrid ui 변경 방법
https://name267.tistory.com/entry/jQuery-Jqgrid-%EC%84%A4%EC%A0%95%EB%B0%A9%EB%B2%95

Comments