ERP-node/WebContent/WEB-INF/view/common/common_gridArea.jsp

17 lines
535 B
Plaintext

<script type="text/javascript" src="/js/tabulator/tabulator_custom.js"></script>
<script type="text/javascript">
var _tabulGrid;
</script>
<section class="contents_page_basic_margin">
<div class="totalCntArea total_count_text"></div>
<div id="gridDiv" style="height:; width: 100%; margin-top: 0px;">
<!--
<table class="plm_table" id="mainGrid"></table>
-->
<div class="plm_table" id="mainGrid"></div>
<div class="table_paging_wrap"></div>
<%-- <div class="table_paging_wrap">${PAGE_HTML}</div> --%>
</div>
</section>