Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user