AXGrid default
AXGrid colHead
AXGrid body
AXGrid head&foot
AXGrid editor
AXGrid
fomatter reserve word
money: 세자리마다 , 를 표현 html : html tag function : 함수 checkbox : input type checkbox radio : input type radio List > item dataSet > data body : {rows:"", marker:"", onclick:""} 1. editor 설정 (ok) ** wheel 처리 방식 변경 / contentScrollContentSync 개발 (ok) 1.1 editor > append, remove, modify (ok) 2. ajax 데이터 통신 설정 (ok) 2.1 page 표시 / status 표시 설정 (ok) * body > marker 구현 3. getChecked list 구현 (ok) 4. radio 지원 5. 정렬기능 지원
AXGrid configs
var myGrid = new AXGrid(); var fnObj = { pageStart: function(){ } }; $(document.body).ready(function(){ setTimeout(fnObj.pageStart, 1); });