17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
<div class="table-container shadow-lg p-3 mb-3 bg-white rounded">
|
|
<table id="PORepTable" class="row-border" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>Department</th>
|
|
<th>PRItemCount</th>
|
|
<th>POItemCount</th>
|
|
<th>RRItemCount</th>
|
|
<th>WOItemCount</th>
|
|
<th>POPercentage</th>
|
|
<th>RRPercentage</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div> |