This commit is contained in:
Catouse
2014-10-27 16:01:49 +08:00
+8
View File
@@ -6,3 +6,11 @@ $(function()
$('#module' + moduleID).addClass('active');
$('#product' + productID).addClass('active');
$('table.datatable').datatable({
customizable: false,
checkable: false,
sortable: false,
fixedLeftWidth: '450px',
fixedRightWidth: '150px'
});