changes in stock module
This commit is contained in:
parent
d2dd9993ff
commit
6cd49c4142
@ -155,6 +155,16 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#coatingMachineDetailTableId th:nth-child(1),
|
||||
#coatingMachineDetailTableId td:nth-child(1) {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
background-color: #00a65a;
|
||||
z-index: 2;
|
||||
border-right: 2px solid #ddd;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div class="content-page">
|
||||
@ -210,7 +220,7 @@
|
||||
</form>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table id="datatable" class="fht-table table table-hover table-bordered"
|
||||
<table id="coatingMachineDetailTableId" class="fht-table table-hover table-bordered"
|
||||
style="background-color:#fff;">
|
||||
|
||||
<thead>
|
||||
@ -291,7 +301,7 @@
|
||||
</h5>
|
||||
<?php }?>
|
||||
|
||||
|
||||
|
||||
</div> <!-- end card body-->
|
||||
</div> <!-- end card -->
|
||||
</div><!-- end col-->
|
||||
@ -692,7 +702,7 @@
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
$('#datatable tbody').on('click', '.edit-btn', function () {
|
||||
$('#coatingMachineDetailTableId tbody').on('click', '.edit-btn', function () {
|
||||
|
||||
var row = $(this).closest('tr');
|
||||
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
|
||||
<!-- Add table-responsive for horizontal scroll -->
|
||||
<div class="table-responsive">
|
||||
<table id="incomingSilicaSandDetailsTable" class="fht-table table-striped" style="font-size: small;">
|
||||
<table id="incomingSilicaSandDetailsTable" class="fht-table " style="font-size: small;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user