mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-12 14:58:43 +00:00
fix table overflow
This commit is contained in:
parent
58c0137b82
commit
a31b0dd6f4
|
|
@ -23,6 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<section class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Suppliers'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||
<div class="slider">
|
||||
<table id="iPurchaseSupplierList" class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -119,6 +120,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="8" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user