|
@@ -161,6 +161,8 @@
|
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
|
|
|
+ <th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
|
|
|
+ <th style="padding-left:5px !important;padding-right:5px !important;"></th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tfoot>
|
|
</tfoot>
|
|
|
</table>
|
|
</table>
|
|
@@ -181,7 +183,7 @@
|
|
|
<style>
|
|
<style>
|
|
|
|
|
|
|
|
.scrollTable {
|
|
.scrollTable {
|
|
|
- margin: 20px auto;
|
|
|
|
|
|
|
+
|
|
|
padding: 15px;
|
|
padding: 15px;
|
|
|
/*max-width: 800px !important;*/
|
|
/*max-width: 800px !important;*/
|
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
@@ -190,6 +192,11 @@
|
|
|
border: 1px solid #ddd;
|
|
border: 1px solid #ddd;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ ::-webkit-scrollbar-thumb {
|
|
|
|
|
+ background: #EDF0F2;
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.select2-container--default .select2-selection--single{
|
|
.select2-container--default .select2-selection--single{
|
|
|
background-color: #E9F0F5;
|
|
background-color: #E9F0F5;
|
|
|
border: 0.0625rem solid #DFE5EB;
|
|
border: 0.0625rem solid #DFE5EB;
|
|
@@ -733,7 +740,7 @@
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
},
|
|
},
|
|
|
- footer: false
|
|
|
|
|
|
|
+ footer:false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
extend: 'pdfHtml5',"action":newexportaction,
|
|
extend: 'pdfHtml5',"action":newexportaction,
|
|
@@ -741,7 +748,7 @@
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
},
|
|
},
|
|
|
- footer: false
|
|
|
|
|
|
|
+ footer:false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
extend: 'print',"action":newexportaction,
|
|
extend: 'print',"action":newexportaction,
|
|
@@ -750,7 +757,7 @@
|
|
|
exportOptions: {
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
columns: ":not(':last')"
|
|
|
},
|
|
},
|
|
|
- footer: false
|
|
|
|
|
|
|
+ footer:false
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
dropup: true
|
|
dropup: true
|
|
@@ -781,7 +788,7 @@
|
|
|
api.column(2).footer().innerHTML = '';
|
|
api.column(2).footer().innerHTML = '';
|
|
|
api.column(3).footer().innerHTML = '';
|
|
api.column(3).footer().innerHTML = '';
|
|
|
|
|
|
|
|
- for(var i=4; i<=14; i++)
|
|
|
|
|
|
|
+ for(var i=4; i<=15; i++)
|
|
|
{
|
|
{
|
|
|
api.column(i).footer().innerHTML = '';
|
|
api.column(i).footer().innerHTML = '';
|
|
|
}
|
|
}
|
|
@@ -918,9 +925,10 @@
|
|
|
$( window ).bind( "resize", setMaxWidth ); //Remove this if it's not needed. It will react when window changes size.
|
|
$( window ).bind( "resize", setMaxWidth ); //Remove this if it's not needed. It will react when window changes size.
|
|
|
|
|
|
|
|
function setMaxWidth() {
|
|
function setMaxWidth() {
|
|
|
- $("#resume-table").width( Math.round( $(window ).width() - 400 ) ) ;
|
|
|
|
|
|
|
+ $("#resume-table").width( Math.round( $(window ).width() - size ) ) ;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|