Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
update column for table list product
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaqc committed Mar 3, 2024
1 parent 11fbe10 commit a7eadb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/view/jsp/management/product/product.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<table class="table my-0" id="dataTable">
<thead>
<tr>
<th>Mã sản phẩm</th>
<th>Tên sản phẩm</th>
<th>Phân loại</th>
<th>Thao tác</th>
<th width="20%">Mã sản phẩm</th>
<th width="40%">Tên sản phẩm</th>
<th width="30%">Phân loại</th>
<th width="10%">Thao tác</th>
</tr>
</thead>
<c:forEach items="${requestScope.productList}" var="product">
Expand Down

0 comments on commit a7eadb6

Please sign in to comment.