fix : tui grid import순서 변경

main
이범준 2 years ago
parent ea794f09f0
commit abcdda2bbf

@ -28,14 +28,12 @@
<script type="text/javascript" src="${ctx}/resources/3rd-party/rolling/js/jquery.vticker-min.js"></script> <script type="text/javascript" src="${ctx}/resources/3rd-party/rolling/js/jquery.vticker-min.js"></script>
<!-- [JS/CSS] tui Grid --> <!-- [JS/CSS] tui Grid -->
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" /> <script type="text/javascript" src="${ctx}/resources/3rd-party/tuiGrid/js/tui-code-snippet.js" ></script>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/xit-tui-grid.css" />
<script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.js" ></script>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" /> <link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" />
<script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.js" ></script> <script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.js" ></script>
<script type="text/javascript" src="${ctx}/resources/3rd-party/tuiGrid/js/tui-code-snippet.js" ></script>
<script type="text/javascript" src="${ctx}/resources/3rd-party/tuiGrid/js/xlsx.full.min.js" ></script> <script type="text/javascript" src="${ctx}/resources/3rd-party/tuiGrid/js/xlsx.full.min.js" ></script>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" />
<script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.js" ></script>
<!-- [JS] SheetJS --> <!-- [JS] SheetJS -->
@ -47,6 +45,7 @@
<script type="text/javascript" src="${ctx}/resources/biz/common/js/defaultUI.js" ></script> <script type="text/javascript" src="${ctx}/resources/biz/common/js/defaultUI.js" ></script>
<script type="text/javascript" src="${ctx}/resources/biz/common/js/fimsApiURL.js"></script> <script type="text/javascript" src="${ctx}/resources/biz/common/js/fimsApiURL.js"></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/frwkApiURL.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/frwkApiURL.js" ></script>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/xit-tui-grid.css" />
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/xit-tui-grid.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/xit-tui-grid.js" ></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitCmmnUtil.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitCmmnUtil.js" ></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitExportUtil.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitExportUtil.js" ></script>

Loading…
Cancel
Save