Commit 978eed71 by pbbm2

penyesuaian

1 parent 6732882c
table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}table.dataTable.display tbody tr.DTFC_NoData{background-color:transparent}
...@@ -217,6 +217,9 @@ ...@@ -217,6 +217,9 @@
<script src="${home}/eis/static/js/odometer.js"></script> <script src="${home}/eis/static/js/odometer.js"></script>
<script src="${home}/static/v3/plugin/datatables/1.10/media/js/jquery.dataTables.min.js"></script> <script src="${home}/static/v3/plugin/datatables/1.10/media/js/jquery.dataTables.min.js"></script>
<script src="${home}/static/v3/plugin/datatables/1.10/media/js/jquery.dataTables.ext.js"></script> <script src="${home}/static/v3/plugin/datatables/1.10/media/js/jquery.dataTables.ext.js"></script>
<!--link rel="stylesheet" type="text/css" href="${home}/eis/static/css/fixedColumns.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="${home}/eis/static/css/jquery.dataTables.min.css">
<script type="text/javascript" src="${home}/eis/static/js/dataTables.fixedColumns.min.js"></script-->
</metal:js> </metal:js>
...@@ -540,6 +543,10 @@ ...@@ -540,6 +543,10 @@
"info": false, "info": false,
"autoWidth": false, "autoWidth": false,
"scrollX": true, "scrollX": true,
"fixedColumns": {
"leftColumns": 1, // Fixes the first column on the left
"rightColumns": 1 // Fixes the last column on the right
},
"order": [[0, 'asc']], "order": [[0, 'asc']],
"columnDefs": [ "columnDefs": [
{ className: 'text-center', width: "50px", targets: [0] }, { className: 'text-center', width: "50px", targets: [0] },
...@@ -583,4 +590,4 @@ ...@@ -583,4 +590,4 @@
</script> </script>
</html>
\ No newline at end of file \ No newline at end of file
</html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!