맨위로가기
 

SBGRID

닫기

그리드 기본 속성

그리드를 생성하기 위한 기본 속성에 대한 설정입니다.
 

상세설명

그리드 기본 속성

  • 속성 : SBGridProperties.parentid = 'value1';
    • value1 (필수) : [string] 부모 컨테이너( DIV )의 ID를 설정
    • ex ) SBGridProperties.parentid = 'SBGridArea';
  • 속성 : SBGridProperties.id = 'value2';
    • value2 (필수) : [string] 그리드 객체 변수명 설정
    • ex ) SBGridProperties.id = 'datagrid';
  • 속성 : SBGridProperties.jsonref = 'value3';
    • value3 (필수) : [string | json array] jsonData의 변수명 설정
    • ex ) SBGridProperties.jsonref = 'ct_data.resources';
  • 속성 : SBGridProperties.columns = 'value4';
    • value4 (필수) : [array] 열의 속성 설정
    • ex ) SBGridProperties.columns = [ { caption : ['학원명'], ref : 'academy', width : '168px', style : 'text-align:center', type : 'input' } ];

예시