레이아웃관리 - Array 아이템유형 추가
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-06 11:25:16 +09:00
parent f23cb02b1c
commit 142d402bad
5 changed files with 84 additions and 32 deletions
@@ -71,7 +71,7 @@
$('#grid').children().remove();
const itemTypes = ['Field', 'Grid', 'Group', 'Attr'];
const itemTypes = ['Field', 'Grid', 'Group', 'Attr', 'Array'];
columns = [ // for columnData prop
{ title: '<%= localeMessage.getString("layoutMan.itmeEn") %>', name: 'loutItemName', type: 'text', width:280, resize:true, minWidth:120 },