Merge branch 'CI4-Application' of bitbucket.org:venbainformationtechnology/ria into CI4-Application
This commit is contained in:
commit
b2c99773cc
@ -9,16 +9,37 @@ if(empty($Status))
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #333;}
|
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #333;}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width:1000px ! important;
|
width:1000px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal
|
.modal
|
||||||
{
|
{
|
||||||
padding-right:25% ! important;
|
padding-right:25% ! important;
|
||||||
}
|
}
|
||||||
</style>
|
#Requisition_filter{
|
||||||
|
float: inline-end;
|
||||||
|
}
|
||||||
|
#Requisition_wrapper .row .col-sm-4{
|
||||||
|
flex-basis: 50%;
|
||||||
|
float: inline-end;
|
||||||
|
}
|
||||||
|
#Requisition_paginate .pagination {
|
||||||
|
flex-basis: 50%;
|
||||||
|
float: inline-end;
|
||||||
|
margin:0 0 15px;
|
||||||
|
}
|
||||||
|
#Requisition_wrapper .row:nth-child(3), #Requisition_wrapper .row:nth-child(1){
|
||||||
|
padding: 0 15px;
|
||||||
|
}
|
||||||
|
#Requisition_info{
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
.dataTables_wrapper{
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
|
||||||
|
|
||||||
@ -311,8 +332,6 @@ $("#myModal").on("shown.bs.modal", function(e) {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
<!-- End of JQuery For POP UP and Getting all relevant Data -->
|
|
||||||
|
|
||||||
function printpdf(PONO,value,Status) {
|
function printpdf(PONO,value,Status) {
|
||||||
|
|
||||||
|
|
||||||
@ -403,23 +422,25 @@ $(function () {
|
|||||||
"autoWidth": false
|
"autoWidth": false
|
||||||
|
|
||||||
});
|
});
|
||||||
$.fn.dataTable.moment( 'DD-MM-YYYY' );
|
|
||||||
$('#Requisition').DataTable({
|
|
||||||
"paging": true,
|
|
||||||
"lengthChange": true,
|
|
||||||
"searching": true,
|
|
||||||
"ordering": true,
|
|
||||||
"aaSorting": [[ 6, "desc" ]],
|
|
||||||
|
|
||||||
// "columnDefs" : [{"targets":6, "type":"date-eu"}],
|
$.fn.dataTable.moment( 'DD-MM-YYYY' );
|
||||||
|
$('#Requisition').DataTable({
|
||||||
"info": true,
|
columnDefs: [{ width: 200}],
|
||||||
"autoWidth": true
|
fixedColumns: true,
|
||||||
//"data-sort-name":Status
|
paging: true,
|
||||||
|
lengthChange: true,
|
||||||
});
|
searching: true,
|
||||||
});
|
ordering: true,
|
||||||
|
aaSorting: [[ 6, "desc" ]],
|
||||||
|
// "columnDefs" : [{"targets":6, "type":"date-eu"}],
|
||||||
|
info: true,
|
||||||
|
autoWidth: true,
|
||||||
|
pageLength: 10,
|
||||||
|
lengthMenu: [10, 25, 50, 100]
|
||||||
|
|
||||||
|
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
<!-- <script src="https://cdn.datatables.net/plug-ins/1.10.11/sorting/date-eu.js"></script>
|
|
||||||
-->
|
|
||||||
<script src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/datetime-moment.js"></script>
|
<script src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/datetime-moment.js"></script>
|
||||||
Loading…
Reference in New Issue
Block a user