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 @@
<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.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>
......@@ -540,6 +543,10 @@
"info": false,
"autoWidth": false,
"scrollX": true,
"fixedColumns": {
"leftColumns": 1, // Fixes the first column on the left
"rightColumns": 1 // Fixes the last column on the right
},
"order": [[0, 'asc']],
"columnDefs": [
{ className: 'text-center', width: "50px", targets: [0] },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!