뇌운동일지

ExtJS 그리드 컬럼 동적 추가 본문

JavaScript

ExtJS 그리드 컬럼 동적 추가

purpleduck 2021. 8. 26. 10:26

Ext.getCmp("grid").reconfigure(null, columns_temp);


'JavaScript' 카테고리의 다른 글

Ext JS datefield listener  (0) 2021.06.03
[ExtJS] grid column 자동정렬해제  (0) 2021.04.29
[ExtJS] SenchaCmd  (0) 2021.04.29
[ExtJS] [E] Layout run failed  (0) 2021.04.28
[ExtJS] grid 에서 세로 멀티 헤더 그리기  (0) 2021.04.26
Comments