Files
wace_plm/WebContent/WEB-INF/view/common/common_gridArea.jsp
chpark da06c4684c Initial commit: WACE PLM with database initialization features
- Add Docker Compose configurations for dev, prod, and standalone environments
- Add database initialization scripts (init-db.sh, init-db-docker.sh)
- Add enhanced start-docker-linux.sh with DB init support
- Add comprehensive database initialization guide
- Support for automatic dbexport.pgsql import on first run
- Include safety checks for production environment
2025-08-29 15:46:08 +09:00

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>