changes in stock module
This commit is contained in:
parent
d2dd9993ff
commit
6cd49c4142
@ -155,6 +155,16 @@
|
|||||||
height: 20px;
|
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>
|
</style>
|
||||||
|
|
||||||
<div class="content-page">
|
<div class="content-page">
|
||||||
@ -210,7 +220,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<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;">
|
style="background-color:#fff;">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
@ -692,7 +702,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
$('#datatable tbody').on('click', '.edit-btn', function () {
|
$('#coatingMachineDetailTableId tbody').on('click', '.edit-btn', function () {
|
||||||
|
|
||||||
var row = $(this).closest('tr');
|
var row = $(this).closest('tr');
|
||||||
|
|
||||||
|
|||||||
@ -211,7 +211,7 @@
|
|||||||
|
|
||||||
<!-- Add table-responsive for horizontal scroll -->
|
<!-- Add table-responsive for horizontal scroll -->
|
||||||
<div class="table-responsive">
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user